Package emu.grasscutter.net.proto
Interface ChannelerSlabStageOneoffDungeonNotifyOuterClass.ChannelerSlabStageOneoffDungeonNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChannelerSlabStageOneoffDungeonNotifyOuterClass.ChannelerSlabStageOneoffDungeonNotify,ChannelerSlabStageOneoffDungeonNotifyOuterClass.ChannelerSlabStageOneoffDungeonNotify.Builder
- Enclosing class:
- ChannelerSlabStageOneoffDungeonNotifyOuterClass
public static interface ChannelerSlabStageOneoffDungeonNotifyOuterClass.ChannelerSlabStageOneoffDungeonNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_done = 6;intuint32 stage_id = 13;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
-
getIsDone
boolean getIsDone()bool is_done = 6;- Returns:
- The isDone.
-
getStageId
int getStageId()uint32 stage_id = 13;- Returns:
- The stageId.
-