Package emu.grasscutter.net.proto
Interface SummerTimeSprintBoatSettleNotifyOuterClass.SummerTimeSprintBoatSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeSprintBoatSettleNotifyOuterClass.SummerTimeSprintBoatSettleNotify,SummerTimeSprintBoatSettleNotifyOuterClass.SummerTimeSprintBoatSettleNotify.Builder
- Enclosing class:
- SummerTimeSprintBoatSettleNotifyOuterClass
public static interface SummerTimeSprintBoatSettleNotifyOuterClass.SummerTimeSprintBoatSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 group_id = 5;booleanbool is_new_record = 15;booleanbool is_success = 4;intuint32 left_time = 2;intgetScore()uint32 score = 6;intuint32 total_num = 10;intuint32 Unk3300_MEEKFJJIOKE = 14;intuint32 Unk3300_PLFMJPNPPLI = 12;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
-
getScore
int getScore()uint32 score = 6;- Returns:
- The score.
-
getLeftTime
int getLeftTime()uint32 left_time = 2;- Returns:
- The leftTime.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 4;- Returns:
- The isSuccess.
-
getGroupId
int getGroupId()uint32 group_id = 5;- Returns:
- The groupId.
-
getUnk3300PLFMJPNPPLI
int getUnk3300PLFMJPNPPLI()uint32 Unk3300_PLFMJPNPPLI = 12;- Returns:
- The unk3300PLFMJPNPPLI.
-
getTotalNum
int getTotalNum()uint32 total_num = 10;- Returns:
- The totalNum.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 15;- Returns:
- The isNewRecord.
-
getUnk3300MEEKFJJIOKE
int getUnk3300MEEKFJJIOKE()uint32 Unk3300_MEEKFJJIOKE = 14;- Returns:
- The unk3300MEEKFJJIOKE.
-