Package emu.grasscutter.net.proto
Interface SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReq,SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReq.Builder
- Enclosing class:
- SingleStartBrickBreakerReqOuterClass
public static interface SingleStartBrickBreakerReqOuterClass.SingleStartBrickBreakerReqOrBuilder
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 = 12;intrepeated uint32 chosen_skill_list = 12;repeated uint32 chosen_skill_list = 12;booleanbool is_dungeon = 13;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
-
getIsDungeon
boolean getIsDungeon()bool is_dungeon = 13;- Returns:
- The isDungeon.
-
getLevelId
int getLevelId()uint32 level_id = 8;- Returns:
- The levelId.
-
getChosenSkillListList
repeated uint32 chosen_skill_list = 12;- Returns:
- A list containing the chosenSkillList.
-
getChosenSkillListCount
int getChosenSkillListCount()repeated uint32 chosen_skill_list = 12;- Returns:
- The count of chosenSkillList.
-
getChosenSkillList
int getChosenSkillList(int index) repeated uint32 chosen_skill_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The chosenSkillList at the given index.
-
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.
-