Interface RogueDiaryDungeonSettleNotifyOuterClass.RogueDiaryDungeonSettleNotifyOrBuilder

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

public static interface RogueDiaryDungeonSettleNotifyOuterClass.RogueDiaryDungeonSettleNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_round = 2;
    int
    uint32 explore_time = 9;
    boolean
    bool is_finish = 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

    • getIsFinish

      boolean getIsFinish()
      bool is_finish = 15;
      Returns:
      The isFinish.
    • getCurRound

      int getCurRound()
      uint32 cur_round = 2;
      Returns:
      The curRound.
    • getExploreTime

      int getExploreTime()
      uint32 explore_time = 9;
      Returns:
      The exploreTime.