Package emu.grasscutter.net.proto
Interface BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfo,BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfo.Builder
- Enclosing class:
- BrickBreakerLevelInfoOuterClass
public static interface BrickBreakerLevelInfoOuterClass.BrickBreakerLevelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetChosenAvatarList(int index) repeated uint32 chosen_avatar_list = 12;intrepeated uint32 chosen_avatar_list = 12;repeated uint32 chosen_avatar_list = 12;intgetChosenSkillList(int index) repeated uint32 chosen_skill_list = 3;intrepeated uint32 chosen_skill_list = 3;repeated uint32 chosen_skill_list = 3;booleanbool is_can_start = 6;booleanbool is_finish = 8;intuint32 level_id = 7;intuint32 max_score = 2;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
-
getIsCanStart
boolean getIsCanStart()bool is_can_start = 6;- Returns:
- The isCanStart.
-
getChosenSkillListList
repeated uint32 chosen_skill_list = 3;- Returns:
- A list containing the chosenSkillList.
-
getChosenSkillListCount
int getChosenSkillListCount()repeated uint32 chosen_skill_list = 3;- Returns:
- The count of chosenSkillList.
-
getChosenSkillList
int getChosenSkillList(int index) repeated uint32 chosen_skill_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The chosenSkillList at the given index.
-
getChosenAvatarListList
repeated uint32 chosen_avatar_list = 12;- Returns:
- A list containing the chosenAvatarList.
-
getChosenAvatarListCount
int getChosenAvatarListCount()repeated uint32 chosen_avatar_list = 12;- Returns:
- The count of chosenAvatarList.
-
getChosenAvatarList
int getChosenAvatarList(int index) repeated uint32 chosen_avatar_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The chosenAvatarList at the given index.
-
getMaxScore
int getMaxScore()uint32 max_score = 2;- Returns:
- The maxScore.
-
getIsFinish
boolean getIsFinish()bool is_finish = 8;- Returns:
- The isFinish.
-
getLevelId
int getLevelId()uint32 level_id = 7;- Returns:
- The levelId.
-