Interface DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder

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

public static interface DungeonEnterPosInfoOuterClass.DungeonEnterPosInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 point_id = 5;
    int
    uint32 quest_id = 10;

    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

    • getPointId

      int getPointId()
      uint32 point_id = 5;
      Returns:
      The pointId.
    • getQuestId

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