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 = 11;intuint32 DNCGDPEOCHL = 14;intuint32 final_score = 6;booleanbool is_new_record = 12;intuint32 LFMGDDMJGIP = 3;intuint32 stage_id = 7;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 = 7;- Returns:
- The stageId.
-
getFinalScore
int getFinalScore()uint32 final_score = 6;- Returns:
- The finalScore.
-
getLFMGDDMJGIP
int getLFMGDDMJGIP()uint32 LFMGDDMJGIP = 3;- Returns:
- The lFMGDDMJGIP.
-
getDNCGDPEOCHL
int getDNCGDPEOCHL()uint32 DNCGDPEOCHL = 14;- Returns:
- The dNCGDPEOCHL.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 12;- Returns:
- The isNewRecord.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 11;- Returns:
- The difficultyId.
-