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 = 14;booleanbool is_open = 10;intuint32 open_time = 9;intuint32 stage_id = 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
-
getOpenTime
int getOpenTime()uint32 open_time = 9;- Returns:
- The openTime.
-
getIsOpen
boolean getIsOpen()bool is_open = 10;- Returns:
- The isOpen.
-
getIsFinished
boolean getIsFinished()bool is_finished = 14;- Returns:
- The isFinished.
-
getStageId
int getStageId()uint32 stage_id = 15;- Returns:
- The stageId.
-