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 = 5;intrepeated uint32 chosen_avatar_list = 5;repeated uint32 chosen_avatar_list = 5;intgetChosenSkillList(int index) repeated uint32 chosen_skill_list = 14;intrepeated uint32 chosen_skill_list = 14;repeated uint32 chosen_skill_list = 14;booleanbool is_can_start = 1;booleanbool is_finish = 13;intuint32 level_id = 3;intuint32 max_score = 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
-
getChosenAvatarListList
repeated uint32 chosen_avatar_list = 5;- Returns:
- A list containing the chosenAvatarList.
-
getChosenAvatarListCount
int getChosenAvatarListCount()repeated uint32 chosen_avatar_list = 5;- Returns:
- The count of chosenAvatarList.
-
getChosenAvatarList
int getChosenAvatarList(int index) repeated uint32 chosen_avatar_list = 5;- Parameters:
index- The index of the element to return.- Returns:
- The chosenAvatarList at the given index.
-
getLevelId
int getLevelId()uint32 level_id = 3;- Returns:
- The levelId.
-
getIsFinish
boolean getIsFinish()bool is_finish = 13;- Returns:
- The isFinish.
-
getMaxScore
int getMaxScore()uint32 max_score = 8;- Returns:
- The maxScore.
-
getChosenSkillListList
repeated uint32 chosen_skill_list = 14;- Returns:
- A list containing the chosenSkillList.
-
getChosenSkillListCount
int getChosenSkillListCount()repeated uint32 chosen_skill_list = 14;- Returns:
- The count of chosenSkillList.
-
getChosenSkillList
int getChosenSkillList(int index) repeated uint32 chosen_skill_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The chosenSkillList at the given index.
-
getIsCanStart
boolean getIsCanStart()bool is_can_start = 1;- Returns:
- The isCanStart.
-