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 Type
    Method
    Description
    int
    getAvatarId(int index)
    repeated uint32 avatar_id = 9;
    int
    repeated uint32 avatar_id = 9;
    repeated uint32 avatar_id = 9;
    int
    getCostumeId(int index)
    repeated uint32 costume_id = 5;
    int
    repeated uint32 costume_id = 5;
    repeated uint32 costume_id = 5;
    boolean
    bool is_changing = 15;
    boolean
    bool is_ready = 7;
    string nickname = 2;
    com.google.protobuf.ByteString
    string nickname = 2;
    int
    getSkillList(int index)
    repeated uint32 skill_list = 3;
    int
    repeated uint32 skill_list = 3;
    repeated uint32 skill_list = 3;
    int
    uint32 uid = 13;

    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

    • getIsReady

      boolean getIsReady()
      bool is_ready = 7;
      Returns:
      The isReady.
    • getCostumeIdList

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

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

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