Package emu.grasscutter.net.proto
Interface UpdatePlayerShowAvatarListReqOuterClass.UpdatePlayerShowAvatarListReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdatePlayerShowAvatarListReqOuterClass.UpdatePlayerShowAvatarListReq,UpdatePlayerShowAvatarListReqOuterClass.UpdatePlayerShowAvatarListReq.Builder
- Enclosing class:
- UpdatePlayerShowAvatarListReqOuterClass
public static interface UpdatePlayerShowAvatarListReqOuterClass.UpdatePlayerShowAvatarListReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_show_avatar = 8;intgetShowAvatarIdList(int index) repeated uint32 show_avatar_id_list = 15;intrepeated uint32 show_avatar_id_list = 15;repeated uint32 show_avatar_id_list = 15;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
-
getIsShowAvatar
boolean getIsShowAvatar()bool is_show_avatar = 8;- Returns:
- The isShowAvatar.
-
getShowAvatarIdListList
repeated uint32 show_avatar_id_list = 15;- Returns:
- A list containing the showAvatarIdList.
-
getShowAvatarIdListCount
int getShowAvatarIdListCount()repeated uint32 show_avatar_id_list = 15;- Returns:
- The count of showAvatarIdList.
-
getShowAvatarIdList
int getShowAvatarIdList(int index) repeated uint32 show_avatar_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The showAvatarIdList at the given index.
-