Interface DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotifyOrBuilder

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

public static interface DungeonReviseLevelNotifyOuterClass.DungeonReviseLevelNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_id = 2;
    int
    uint32 revise_level = 3;
    int
    uint32 scene_level = 15;

    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

    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 2;
      Returns:
      The dungeonId.
    • getReviseLevel

      int getReviseLevel()
      uint32 revise_level = 3;
      Returns:
      The reviseLevel.
    • getSceneLevel

      int getSceneLevel()
      uint32 scene_level = 15;
      Returns:
      The sceneLevel.