Package emu.grasscutter.net.proto
Interface WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify,WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotify.Builder
- Enclosing class:
- WinterCampTriathlonSettleNotifyOuterClass
public static interface WinterCampTriathlonSettleNotifyOuterClass.WinterCampTriathlonSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 14;booleanbool is_new_record = 7;booleanbool is_success = 10;intuint32 remain_time = 6;intgetScore()uint32 score = 15;intuint32 Unk3300_ACDOMBHMNJG = 11;intuint32 Unk3300_EMNKJGKNCMP = 5;intuint32 Unk3300_OEFOGONENFN = 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
-
getUnk3300ACDOMBHMNJG
int getUnk3300ACDOMBHMNJG()uint32 Unk3300_ACDOMBHMNJG = 11;- Returns:
- The unk3300ACDOMBHMNJG.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 10;- Returns:
- The isSuccess.
-
getScore
int getScore()uint32 score = 15;- Returns:
- The score.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 7;- Returns:
- The isNewRecord.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 14;- Returns:
- The galleryId.
-
getUnk3300OEFOGONENFN
int getUnk3300OEFOGONENFN()uint32 Unk3300_OEFOGONENFN = 12;- Returns:
- The unk3300OEFOGONENFN.
-
getRemainTime
int getRemainTime()uint32 remain_time = 6;- Returns:
- The remainTime.
-
getUnk3300EMNKJGKNCMP
int getUnk3300EMNKJGKNCMP()uint32 Unk3300_EMNKJGKNCMP = 5;- Returns:
- The unk3300EMNKJGKNCMP.
-