Package emu.grasscutter.net.proto
Interface BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotify,BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotify.Builder
- Enclosing class:
- BrickBreakerSettleNotifyOuterClass
public static interface BrickBreakerSettleNotifyOuterClass.BrickBreakerSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCombo()uint32 combo = 12;intuint32 gallery_id = 13;booleanbool is_dungeon = 2;booleanbool is_new_record = 3;booleanbool is_single_mode = 15;intuint32 level_id = 11;.BrickBreakerSettleNotify.SettleReason reason = 1;int.BrickBreakerSettleNotify.SettleReason reason = 1;intgetScore()uint32 score = 7;intgetTime()uint32 time = 5;getUpdateSkillList(int index) repeated .Uint32Pair update_skill_list = 4;intrepeated .Uint32Pair update_skill_list = 4;repeated .Uint32Pair update_skill_list = 4;getUpdateSkillListOrBuilder(int index) repeated .Uint32Pair update_skill_list = 4;List<? extends Uint32PairOuterClass.Uint32PairOrBuilder>repeated .Uint32Pair update_skill_list = 4;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
-
getTime
int getTime()uint32 time = 5;- Returns:
- The time.
-
getIsSingleMode
boolean getIsSingleMode()bool is_single_mode = 15;- Returns:
- The isSingleMode.
-
getIsDungeon
boolean getIsDungeon()bool is_dungeon = 2;- Returns:
- The isDungeon.
-
getScore
int getScore()uint32 score = 7;- Returns:
- The score.
-
getCombo
int getCombo()uint32 combo = 12;- Returns:
- The combo.
-
getLevelId
int getLevelId()uint32 level_id = 11;- Returns:
- The levelId.
-
getReasonValue
int getReasonValue().BrickBreakerSettleNotify.SettleReason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.BrickBreakerSettleNotify.SettleReason reason = 1;- Returns:
- The reason.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 3;- Returns:
- The isNewRecord.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 13;- Returns:
- The galleryId.
-
getUpdateSkillListList
List<Uint32PairOuterClass.Uint32Pair> getUpdateSkillListList()repeated .Uint32Pair update_skill_list = 4; -
getUpdateSkillList
repeated .Uint32Pair update_skill_list = 4; -
getUpdateSkillListCount
int getUpdateSkillListCount()repeated .Uint32Pair update_skill_list = 4; -
getUpdateSkillListOrBuilderList
List<? extends Uint32PairOuterClass.Uint32PairOrBuilder> getUpdateSkillListOrBuilderList()repeated .Uint32Pair update_skill_list = 4; -
getUpdateSkillListOrBuilder
repeated .Uint32Pair update_skill_list = 4;
-