Package emu.grasscutter.net.proto
Interface SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfo,SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfo.Builder
- Enclosing class:
- SummerTimeV2BoatStageInfoOuterClass
public static interface SummerTimeV2BoatStageInfoOuterClass.SummerTimeV2BoatStageInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 best_score = 10;booleanbool is_open = 11;intuint32 open_time = 5;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
-
getIsOpen
boolean getIsOpen()bool is_open = 11;- Returns:
- The isOpen.
-
getStageId
int getStageId()uint32 stage_id = 13;- Returns:
- The stageId.
-
getOpenTime
int getOpenTime()uint32 open_time = 5;- Returns:
- The openTime.
-
getBestScore
int getBestScore()uint32 best_score = 10;- Returns:
- The bestScore.
-