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