Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 cur_round = 2;intuint32 explore_time = 9;booleanbool is_finish = 15;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-