Package emu.grasscutter.net.proto
Interface SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotify,SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotify.Builder
- Enclosing class:
- SumoDungeonSettleNotifyOuterClass
public static interface SumoDungeonSettleNotifyOuterClass.SumoDungeonSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty_id = 3;intuint32 DPLOCABFHKK = 14;intuint32 final_score = 7;booleanbool is_new_record = 5;intuint32 KFACNCAIMAM = 1;intuint32 stage_id = 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
-
getStageId
int getStageId()uint32 stage_id = 15;- Returns:
- The stageId.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 3;- Returns:
- The difficultyId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 5;- Returns:
- The isNewRecord.
-
getDPLOCABFHKK
int getDPLOCABFHKK()uint32 DPLOCABFHKK = 14;- Returns:
- The dPLOCABFHKK.
-
getKFACNCAIMAM
int getKFACNCAIMAM()uint32 KFACNCAIMAM = 1;- Returns:
- The kFACNCAIMAM.
-
getFinalScore
int getFinalScore()uint32 final_score = 7;- Returns:
- The finalScore.
-