Package emu.grasscutter.net.proto
Interface PacmanSettleInfoOuterClass.PacmanSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PacmanSettleInfoOuterClass.PacmanSettleInfo,PacmanSettleInfoOuterClass.PacmanSettleInfo.Builder
- Enclosing class:
- PacmanSettleInfoOuterClass
public static interface PacmanSettleInfoOuterClass.PacmanSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BKECHEIMCGP = 5;intuint32 final_score = 1;intuint32 FJBKBMHJMMM = 9;booleanbool is_new_record = 3;.FEEHAOJCNCG reason = 13;int.FEEHAOJCNCG reason = 13;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
-
getFinalScore
int getFinalScore()uint32 final_score = 1;- Returns:
- The finalScore.
-
getFJBKBMHJMMM
int getFJBKBMHJMMM()uint32 FJBKBMHJMMM = 9;- Returns:
- The fJBKBMHJMMM.
-
getReasonValue
int getReasonValue().FEEHAOJCNCG reason = 13;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
FEEHAOJCNCGOuterClass.FEEHAOJCNCG getReason().FEEHAOJCNCG reason = 13;- Returns:
- The reason.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 3;- Returns:
- The isNewRecord.
-
getBKECHEIMCGP
int getBKECHEIMCGP()uint32 BKECHEIMCGP = 5;- Returns:
- The bKECHEIMCGP.
-