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 Type
    Method
    Description
    int
    getAvatarIdList(int index)
    repeated uint32 avatar_id_list = 11;
    int
    repeated uint32 avatar_id_list = 11;
    repeated uint32 avatar_id_list = 11;
    int
    getCostumeIdList(int index)
    repeated uint32 costume_id_list = 6;
    int
    repeated uint32 costume_id_list = 6;
    repeated uint32 costume_id_list = 6;
    int
    uint32 uid = 12;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAvatarIdListList

      List<Integer> 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

      List<Integer> 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.