Package emu.grasscutter.net.proto
Interface FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify,FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotify.Builder
- Enclosing class:
- FungusFighterTrainingGallerySettleNotifyOuterClass
public static interface FungusFighterTrainingGallerySettleNotifyOuterClass.FungusFighterTrainingGallerySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 final_score = 5;booleanbool is_final_settle = 2;booleanbool is_new_record = 11;.GalleryStopReason reason = 3;int.GalleryStopReason reason = 3;intuint32 total_used_time = 14;intuint32 Unk3300_BHOMHPHLOHL = 13;intuint32 Unk3300_KKFBMHLOLFC = 10;intuint32 Unk3300_POCDEGBHJEA = 15;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
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 3;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 3;- Returns:
- The reason.
-
getIsFinalSettle
boolean getIsFinalSettle()bool is_final_settle = 2;- Returns:
- The isFinalSettle.
-
getTotalUsedTime
int getTotalUsedTime()uint32 total_used_time = 14;- Returns:
- The totalUsedTime.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 11;- Returns:
- The isNewRecord.
-
getUnk3300KKFBMHLOLFC
int getUnk3300KKFBMHLOLFC()uint32 Unk3300_KKFBMHLOLFC = 10;- Returns:
- The unk3300KKFBMHLOLFC.
-
getUnk3300BHOMHPHLOHL
int getUnk3300BHOMHPHLOHL()uint32 Unk3300_BHOMHPHLOHL = 13;- Returns:
- The unk3300BHOMHPHLOHL.
-
getUnk3300POCDEGBHJEA
int getUnk3300POCDEGBHJEA()uint32 Unk3300_POCDEGBHJEA = 15;- Returns:
- The unk3300POCDEGBHJEA.
-
getFinalScore
int getFinalScore()uint32 final_score = 5;- Returns:
- The finalScore.
-