Interface QuestDestroyEntityReqOuterClass.QuestDestroyEntityReqOrBuilder

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

public static interface QuestDestroyEntityReqOuterClass.QuestDestroyEntityReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 11;
    int
    uint32 quest_id = 2;
    int
    uint32 scene_id = 7;

    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

    • getEntityId

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

      int getSceneId()
      uint32 scene_id = 7;
      Returns:
      The sceneId.
    • getQuestId

      int getQuestId()
      uint32 quest_id = 2;
      Returns:
      The questId.