Package emu.grasscutter.net.proto
Interface HachiStageInfoOuterClass.HachiStageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HachiStageInfoOuterClass.HachiStageInfo,HachiStageInfoOuterClass.HachiStageInfo.Builder
- Enclosing class:
- HachiStageInfoOuterClass
public static interface HachiStageInfoOuterClass.HachiStageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finished = 4;booleanbool is_open = 7;intuint32 open_time = 13;intuint32 stage_id = 2;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
-
getStageId
int getStageId()uint32 stage_id = 2;- Returns:
- The stageId.
-
getIsOpen
boolean getIsOpen()bool is_open = 7;- Returns:
- The isOpen.
-
getOpenTime
int getOpenTime()uint32 open_time = 13;- Returns:
- The openTime.
-
getIsFinished
boolean getIsFinished()bool is_finished = 4;- Returns:
- The isFinished.
-