Package emu.grasscutter.net.proto
Interface BrickBreakerPlayerSetAvatarNotifyOuterClass.BrickBreakerPlayerSetAvatarNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BrickBreakerPlayerSetAvatarNotifyOuterClass.BrickBreakerPlayerSetAvatarNotify,BrickBreakerPlayerSetAvatarNotifyOuterClass.BrickBreakerPlayerSetAvatarNotify.Builder
- Enclosing class:
- BrickBreakerPlayerSetAvatarNotifyOuterClass
public static interface BrickBreakerPlayerSetAvatarNotifyOuterClass.BrickBreakerPlayerSetAvatarNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvatarIdList(int index) repeated uint32 avatar_id_list = 11;intrepeated uint32 avatar_id_list = 11;repeated uint32 avatar_id_list = 11;intgetCostumeIdList(int index) repeated uint32 costume_id_list = 6;intrepeated uint32 costume_id_list = 6;repeated uint32 costume_id_list = 6;intgetUid()uint32 uid = 12;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
-
getAvatarIdListList
repeated uint32 avatar_id_list = 11;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 11;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-
getCostumeIdListList
repeated uint32 costume_id_list = 6;- Returns:
- A list containing the costumeIdList.
-
getCostumeIdListCount
int getCostumeIdListCount()repeated uint32 costume_id_list = 6;- Returns:
- The count of costumeIdList.
-
getCostumeIdList
int getCostumeIdList(int index) repeated uint32 costume_id_list = 6;- Parameters:
index- The index of the element to return.- Returns:
- The costumeIdList at the given index.
-
getUid
int getUid()uint32 uid = 12;- Returns:
- The uid.
-