Interface ChannelerSlabOneoffDungeonOuterClass.ChannelerSlabOneoffDungeonOrBuilder

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

public static interface ChannelerSlabOneoffDungeonOuterClass.ChannelerSlabOneoffDungeonOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 dungeon_id = 10;
    boolean
    bool is_done = 15;
    int
    uint32 reward_id = 13;

    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

    • getIsDone

      boolean getIsDone()
      bool is_done = 15;
      Returns:
      The isDone.
    • getDungeonId

      int getDungeonId()
      uint32 dungeon_id = 10;
      Returns:
      The dungeonId.
    • getRewardId

      int getRewardId()
      uint32 reward_id = 13;
      Returns:
      The rewardId.