Interface QuestDestroyEntityRspOuterClass.QuestDestroyEntityRspOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QuestDestroyEntityRspOuterClass.QuestDestroyEntityRsp, QuestDestroyEntityRspOuterClass.QuestDestroyEntityRsp.Builder
Enclosing class:
QuestDestroyEntityRspOuterClass

public static interface QuestDestroyEntityRspOuterClass.QuestDestroyEntityRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 3;
    int
    uint32 quest_id = 5;
    int
    int32 retcode = 7;
    int
    uint32 scene_id = 8;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getQuestId

      int getQuestId()
      uint32 quest_id = 5;
      Returns:
      The questId.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 3;
      Returns:
      The entityId.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 8;
      Returns:
      The sceneId.
    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.