Package emu.grasscutter.net.proto
Interface MuqadasPotionDungeonSettleNotifyOuterClass.MuqadasPotionDungeonSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MuqadasPotionDungeonSettleNotifyOuterClass.MuqadasPotionDungeonSettleNotify,MuqadasPotionDungeonSettleNotifyOuterClass.MuqadasPotionDungeonSettleNotify.Builder
- Enclosing class:
- MuqadasPotionDungeonSettleNotifyOuterClass
public static interface MuqadasPotionDungeonSettleNotifyOuterClass.MuqadasPotionDungeonSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 capture_weakness_count = 5;intuint32 final_score = 14;booleanbool is_new_record = 11;booleanbool is_success = 4;intuint32 level_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
-
getCaptureWeaknessCount
int getCaptureWeaknessCount()uint32 capture_weakness_count = 5;- Returns:
- The captureWeaknessCount.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 4;- Returns:
- The isSuccess.
-
getFinalScore
int getFinalScore()uint32 final_score = 14;- Returns:
- The finalScore.
-
getLevelId
int getLevelId()uint32 level_id = 15;- Returns:
- The levelId.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 11;- Returns:
- The isNewRecord.
-