Interface OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OnlinePlayerInfoOuterClass.OnlinePlayerInfo, OnlinePlayerInfoOuterClass.OnlinePlayerInfo.Builder
Enclosing class:
OnlinePlayerInfoOuterClass

public static interface OnlinePlayerInfoOuterClass.OnlinePlayerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUid

      int getUid()
      uint32 uid = 1;
      Returns:
      The uid.
    • getNickname

      String getNickname()
      string nickname = 2;
      Returns:
      The nickname.
    • getNicknameBytes

      com.google.protobuf.ByteString getNicknameBytes()
      string nickname = 2;
      Returns:
      The bytes for nickname.
    • getPlayerLevel

      int getPlayerLevel()
      uint32 player_level = 3;
      Returns:
      The playerLevel.
    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 4;
      Returns:
      The avatarId.
    • getMpSettingTypeValue

      int getMpSettingTypeValue()
      .MpSettingType mp_setting_type = 5;
      Returns:
      The enum numeric value on the wire for mpSettingType.
    • getMpSettingType

      .MpSettingType mp_setting_type = 5;
      Returns:
      The mpSettingType.
    • getCurPlayerNumInWorld

      int getCurPlayerNumInWorld()
      uint32 cur_player_num_in_world = 6;
      Returns:
      The curPlayerNumInWorld.
    • getWorldLevel

      int getWorldLevel()
      uint32 world_level = 7;
      Returns:
      The worldLevel.
    • getOnlineId

      String getOnlineId()
      string online_id = 8;
      Returns:
      The onlineId.
    • getOnlineIdBytes

      com.google.protobuf.ByteString getOnlineIdBytes()
      string online_id = 8;
      Returns:
      The bytes for onlineId.
    • getNameCardId

      int getNameCardId()
      uint32 name_card_id = 9;
      Returns:
      The nameCardId.
    • getBlacklistUidListList

      List<Integer> getBlacklistUidListList()
      repeated uint32 blacklist_uid_list = 10;
      Returns:
      A list containing the blacklistUidList.
    • getBlacklistUidListCount

      int getBlacklistUidListCount()
      repeated uint32 blacklist_uid_list = 10;
      Returns:
      The count of blacklistUidList.
    • getBlacklistUidList

      int getBlacklistUidList(int index)
      repeated uint32 blacklist_uid_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The blacklistUidList at the given index.
    • getSignature

      String getSignature()
      string signature = 11;
      Returns:
      The signature.
    • getSignatureBytes

      com.google.protobuf.ByteString getSignatureBytes()
      string signature = 11;
      Returns:
      The bytes for signature.
    • hasProfilePicture

      boolean hasProfilePicture()
      .ProfilePicture profile_picture = 12;
      Returns:
      Whether the profilePicture field is set.
    • getProfilePicture

      .ProfilePicture profile_picture = 12;
      Returns:
      The profilePicture.
    • getProfilePictureOrBuilder

      .ProfilePicture profile_picture = 12;
    • getPsnId

      String getPsnId()
      string psn_id = 13;
      Returns:
      The psnId.
    • getPsnIdBytes

      com.google.protobuf.ByteString getPsnIdBytes()
      string psn_id = 13;
      Returns:
      The bytes for psnId.