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 = 8;booleanbool is_open = 12;intuint32 open_time = 6;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.
-
getBestScore
int getBestScore()uint32 best_score = 8;- Returns:
- The bestScore.
-
getIsOpen
boolean getIsOpen()bool is_open = 12;- Returns:
- The isOpen.
-
getOpenTime
int getOpenTime()uint32 open_time = 6;- Returns:
- The openTime.
-