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 = 3;intuint32 final_score = 9;booleanbool is_new_record = 5;booleanbool is_success = 1;intuint32 level_id = 8;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
-
getIsSuccess
boolean getIsSuccess()bool is_success = 1;- Returns:
- The isSuccess.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 5;- Returns:
- The isNewRecord.
-
getLevelId
int getLevelId()uint32 level_id = 8;- Returns:
- The levelId.
-
getCaptureWeaknessCount
int getCaptureWeaknessCount()uint32 capture_weakness_count = 3;- Returns:
- The captureWeaknessCount.
-
getFinalScore
int getFinalScore()uint32 final_score = 9;- Returns:
- The finalScore.
-