Package emu.grasscutter.net.proto
Interface BrickBreakerPlayerBattleInfoOuterClass.BrickBreakerPlayerBattleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrickBreakerPlayerBattleInfoOuterClass.BrickBreakerPlayerBattleInfo,BrickBreakerPlayerBattleInfoOuterClass.BrickBreakerPlayerBattleInfo.Builder
- Enclosing class:
- BrickBreakerPlayerBattleInfoOuterClass
public static interface BrickBreakerPlayerBattleInfoOuterClass.BrickBreakerPlayerBattleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvatarId(int index) repeated uint32 avatar_id = 9;intrepeated uint32 avatar_id = 9;repeated uint32 avatar_id = 9;intgetCostumeId(int index) repeated uint32 costume_id = 5;intrepeated uint32 costume_id = 5;repeated uint32 costume_id = 5;booleanbool is_changing = 15;booleanbool is_ready = 7;string nickname = 2;com.google.protobuf.ByteStringstring nickname = 2;intgetSkillList(int index) repeated uint32 skill_list = 3;intrepeated uint32 skill_list = 3;repeated uint32 skill_list = 3;intgetUid()uint32 uid = 13;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
-
getIsReady
boolean getIsReady()bool is_ready = 7;- Returns:
- The isReady.
-
getCostumeIdList
repeated uint32 costume_id = 5;- Returns:
- A list containing the costumeId.
-
getCostumeIdCount
int getCostumeIdCount()repeated uint32 costume_id = 5;- Returns:
- The count of costumeId.
-
getCostumeId
int getCostumeId(int index) repeated uint32 costume_id = 5;- Parameters:
index- The index of the element to return.- Returns:
- The costumeId at the given index.
-
getNickname
String getNickname()string nickname = 2;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 2;- Returns:
- The bytes for nickname.
-
getUid
int getUid()uint32 uid = 13;- Returns:
- The uid.
-
getAvatarIdList
repeated uint32 avatar_id = 9;- Returns:
- A list containing the avatarId.
-
getAvatarIdCount
int getAvatarIdCount()repeated uint32 avatar_id = 9;- Returns:
- The count of avatarId.
-
getAvatarId
int getAvatarId(int index) repeated uint32 avatar_id = 9;- Parameters:
index- The index of the element to return.- Returns:
- The avatarId at the given index.
-
getIsChanging
boolean getIsChanging()bool is_changing = 15;- Returns:
- The isChanging.
-
getSkillListList
repeated uint32 skill_list = 3;- Returns:
- A list containing the skillList.
-
getSkillListCount
int getSkillListCount()repeated uint32 skill_list = 3;- Returns:
- The count of skillList.
-
getSkillList
int getSkillList(int index) repeated uint32 skill_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The skillList at the given index.
-