Package emu.grasscutter.net.proto
Interface CrystalLinkDungeonSettleInfoOuterClass.CrystalLinkDungeonSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CrystalLinkDungeonSettleInfoOuterClass.CrystalLinkDungeonSettleInfo,CrystalLinkDungeonSettleInfoOuterClass.CrystalLinkDungeonSettleInfo.Builder
- Enclosing class:
- CrystalLinkDungeonSettleInfoOuterClass
public static interface CrystalLinkDungeonSettleInfoOuterClass.CrystalLinkDungeonSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficulty_id = 13;intuint32 EEPIFMDOOHM = 12;intuint32 final_score = 14;booleanbool is_new_record = 10;booleanbool JPNNPIBPIIP = 3;intuint32 KFACNCAIMAM = 2;intuint32 level_id = 11;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
-
getJPNNPIBPIIP
boolean getJPNNPIBPIIP()bool JPNNPIBPIIP = 3;- Returns:
- The jPNNPIBPIIP.
-
getDifficultyId
int getDifficultyId()uint32 difficulty_id = 13;- Returns:
- The difficultyId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 10;- Returns:
- The isNewRecord.
-
getFinalScore
int getFinalScore()uint32 final_score = 14;- Returns:
- The finalScore.
-
getEEPIFMDOOHM
int getEEPIFMDOOHM()uint32 EEPIFMDOOHM = 12;- Returns:
- The eEPIFMDOOHM.
-
getLevelId
int getLevelId()uint32 level_id = 11;- Returns:
- The levelId.
-
getKFACNCAIMAM
int getKFACNCAIMAM()uint32 KFACNCAIMAM = 2;- Returns:
- The kFACNCAIMAM.
-