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 = 11;intuint32 final_score = 10;booleanbool is_new_record = 2;booleanbool is_success = 9;intuint32 level_id = 14;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 = 11;- Returns:
- The captureWeaknessCount.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 2;- Returns:
- The isNewRecord.
-
getFinalScore
int getFinalScore()uint32 final_score = 10;- Returns:
- The finalScore.
-
getIsSuccess
boolean getIsSuccess()bool is_success = 9;- Returns:
- The isSuccess.
-
getLevelId
int getLevelId()uint32 level_id = 14;- Returns:
- The levelId.
-