Interface AvatarInfoOuterClass.AvatarInfoOrBuilder

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

public static interface AvatarInfoOuterClass.AvatarInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAvatarId

      int getAvatarId()
      uint32 avatar_id = 1;
      Returns:
      The avatarId.
    • getGuid

      long getGuid()
      uint64 guid = 2;
      Returns:
      The guid.
    • getPropMapCount

      int getPropMapCount()
      map<uint32, .PropValue> prop_map = 3;
    • containsPropMap

      boolean containsPropMap(int key)
      map<uint32, .PropValue> prop_map = 3;
    • getPropMap

      Deprecated.
      Use getPropMapMap() instead.
    • getPropMapMap

      map<uint32, .PropValue> prop_map = 3;
    • getPropMapOrDefault

      PropValueOuterClass.PropValue getPropMapOrDefault(int key, PropValueOuterClass.PropValue defaultValue)
      map<uint32, .PropValue> prop_map = 3;
    • getPropMapOrThrow

      PropValueOuterClass.PropValue getPropMapOrThrow(int key)
      map<uint32, .PropValue> prop_map = 3;
    • getLifeState

      int getLifeState()
      uint32 life_state = 4;
      Returns:
      The lifeState.
    • getEquipGuidListList

      List<Long> getEquipGuidListList()
      repeated uint64 equip_guid_list = 5;
      Returns:
      A list containing the equipGuidList.
    • getEquipGuidListCount

      int getEquipGuidListCount()
      repeated uint64 equip_guid_list = 5;
      Returns:
      The count of equipGuidList.
    • getEquipGuidList

      long getEquipGuidList(int index)
      repeated uint64 equip_guid_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The equipGuidList at the given index.
    • getTalentIdListList

      List<Integer> getTalentIdListList()
      repeated uint32 talent_id_list = 6;
      Returns:
      A list containing the talentIdList.
    • getTalentIdListCount

      int getTalentIdListCount()
      repeated uint32 talent_id_list = 6;
      Returns:
      The count of talentIdList.
    • getTalentIdList

      int getTalentIdList(int index)
      repeated uint32 talent_id_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The talentIdList at the given index.
    • getFightPropMapCount

      int getFightPropMapCount()
      map<uint32, float> fight_prop_map = 7;
    • containsFightPropMap

      boolean containsFightPropMap(int key)
      map<uint32, float> fight_prop_map = 7;
    • getFightPropMap

      @Deprecated Map<Integer,Float> getFightPropMap()
      Deprecated.
    • getFightPropMapMap

      Map<Integer,Float> getFightPropMapMap()
      map<uint32, float> fight_prop_map = 7;
    • getFightPropMapOrDefault

      float getFightPropMapOrDefault(int key, float defaultValue)
      map<uint32, float> fight_prop_map = 7;
    • getFightPropMapOrThrow

      float getFightPropMapOrThrow(int key)
      map<uint32, float> fight_prop_map = 7;
    • hasTrialAvatarInfo

      boolean hasTrialAvatarInfo()
      .TrialAvatarInfo trial_avatar_info = 9;
      Returns:
      Whether the trialAvatarInfo field is set.
    • getTrialAvatarInfo

      .TrialAvatarInfo trial_avatar_info = 9;
      Returns:
      The trialAvatarInfo.
    • getTrialAvatarInfoOrBuilder

      .TrialAvatarInfo trial_avatar_info = 9;
    • getSkillMapCount

      int getSkillMapCount()
      map<uint32, .AvatarSkillInfo> skill_map = 10;
    • containsSkillMap

      boolean containsSkillMap(int key)
      map<uint32, .AvatarSkillInfo> skill_map = 10;
    • getSkillMap

      Deprecated.
      Use getSkillMapMap() instead.
    • getSkillMapMap

      map<uint32, .AvatarSkillInfo> skill_map = 10;
    • getSkillMapOrDefault

      map<uint32, .AvatarSkillInfo> skill_map = 10;
    • getSkillMapOrThrow

      AvatarSkillInfoOuterClass.AvatarSkillInfo getSkillMapOrThrow(int key)
      map<uint32, .AvatarSkillInfo> skill_map = 10;
    • getSkillDepotId

      int getSkillDepotId()
      uint32 skill_depot_id = 11;
      Returns:
      The skillDepotId.
    • hasFetterInfo

      boolean hasFetterInfo()
      .AvatarFetterInfo fetter_info = 12;
      Returns:
      Whether the fetterInfo field is set.
    • getFetterInfo

      .AvatarFetterInfo fetter_info = 12;
      Returns:
      The fetterInfo.
    • getFetterInfoOrBuilder

      .AvatarFetterInfo fetter_info = 12;
    • getCoreProudSkillLevel

      int getCoreProudSkillLevel()
      uint32 core_proud_skill_level = 13;
      Returns:
      The coreProudSkillLevel.
    • getInherentProudSkillListList

      List<Integer> getInherentProudSkillListList()
      repeated uint32 inherent_proud_skill_list = 14;
      Returns:
      A list containing the inherentProudSkillList.
    • getInherentProudSkillListCount

      int getInherentProudSkillListCount()
      repeated uint32 inherent_proud_skill_list = 14;
      Returns:
      The count of inherentProudSkillList.
    • getInherentProudSkillList

      int getInherentProudSkillList(int index)
      repeated uint32 inherent_proud_skill_list = 14;
      Parameters:
      index - The index of the element to return.
      Returns:
      The inherentProudSkillList at the given index.
    • getSkillLevelMapCount

      int getSkillLevelMapCount()
      map<uint32, uint32> skill_level_map = 15;
    • containsSkillLevelMap

      boolean containsSkillLevelMap(int key)
      map<uint32, uint32> skill_level_map = 15;
    • getSkillLevelMap

      @Deprecated Map<Integer,Integer> getSkillLevelMap()
      Deprecated.
    • getSkillLevelMapMap

      Map<Integer,Integer> getSkillLevelMapMap()
      map<uint32, uint32> skill_level_map = 15;
    • getSkillLevelMapOrDefault

      int getSkillLevelMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> skill_level_map = 15;
    • getSkillLevelMapOrThrow

      int getSkillLevelMapOrThrow(int key)
      map<uint32, uint32> skill_level_map = 15;
    • getExpeditionStateValue

      int getExpeditionStateValue()
      .AvatarExpeditionState expedition_state = 16;
      Returns:
      The enum numeric value on the wire for expeditionState.
    • getExpeditionState

      .AvatarExpeditionState expedition_state = 16;
      Returns:
      The expeditionState.
    • getProudSkillExtraLevelMapCount

      int getProudSkillExtraLevelMapCount()
      map<uint32, uint32> proud_skill_extra_level_map = 17;
    • containsProudSkillExtraLevelMap

      boolean containsProudSkillExtraLevelMap(int key)
      map<uint32, uint32> proud_skill_extra_level_map = 17;
    • getProudSkillExtraLevelMap

      @Deprecated Map<Integer,Integer> getProudSkillExtraLevelMap()
      Deprecated.
    • getProudSkillExtraLevelMapMap

      Map<Integer,Integer> getProudSkillExtraLevelMapMap()
      map<uint32, uint32> proud_skill_extra_level_map = 17;
    • getProudSkillExtraLevelMapOrDefault

      int getProudSkillExtraLevelMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> proud_skill_extra_level_map = 17;
    • getProudSkillExtraLevelMapOrThrow

      int getProudSkillExtraLevelMapOrThrow(int key)
      map<uint32, uint32> proud_skill_extra_level_map = 17;
    • getIsFocus

      boolean getIsFocus()
      bool is_focus = 18;
      Returns:
      The isFocus.
    • getAvatarType

      int getAvatarType()
      uint32 avatar_type = 19;
      Returns:
      The avatarType.
    • getTeamResonanceListList

      List<Integer> getTeamResonanceListList()
      repeated uint32 team_resonance_list = 20;
      Returns:
      A list containing the teamResonanceList.
    • getTeamResonanceListCount

      int getTeamResonanceListCount()
      repeated uint32 team_resonance_list = 20;
      Returns:
      The count of teamResonanceList.
    • getTeamResonanceList

      int getTeamResonanceList(int index)
      repeated uint32 team_resonance_list = 20;
      Parameters:
      index - The index of the element to return.
      Returns:
      The teamResonanceList at the given index.
    • getWearingFlycloakId

      int getWearingFlycloakId()
      uint32 wearing_flycloak_id = 21;
      Returns:
      The wearingFlycloakId.
    • getEquipAffixListList

      repeated .AvatarEquipAffixInfo equip_affix_list = 22;
    • getEquipAffixList

      repeated .AvatarEquipAffixInfo equip_affix_list = 22;
    • getEquipAffixListCount

      int getEquipAffixListCount()
      repeated .AvatarEquipAffixInfo equip_affix_list = 22;
    • getEquipAffixListOrBuilderList

      List<? extends AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder> getEquipAffixListOrBuilderList()
      repeated .AvatarEquipAffixInfo equip_affix_list = 22;
    • getEquipAffixListOrBuilder

      AvatarEquipAffixInfoOuterClass.AvatarEquipAffixInfoOrBuilder getEquipAffixListOrBuilder(int index)
      repeated .AvatarEquipAffixInfo equip_affix_list = 22;
    • getBornTime

      int getBornTime()
      uint32 born_time = 23;
      Returns:
      The bornTime.
    • getPendingPromoteRewardListList

      List<Integer> getPendingPromoteRewardListList()
      repeated uint32 pending_promote_reward_list = 24;
      Returns:
      A list containing the pendingPromoteRewardList.
    • getPendingPromoteRewardListCount

      int getPendingPromoteRewardListCount()
      repeated uint32 pending_promote_reward_list = 24;
      Returns:
      The count of pendingPromoteRewardList.
    • getPendingPromoteRewardList

      int getPendingPromoteRewardList(int index)
      repeated uint32 pending_promote_reward_list = 24;
      Parameters:
      index - The index of the element to return.
      Returns:
      The pendingPromoteRewardList at the given index.
    • getCostumeId

      int getCostumeId()
      uint32 costume_id = 25;
      Returns:
      The costumeId.
    • hasExcelInfo

      boolean hasExcelInfo()
      .AvatarExcelInfo excel_info = 26;
      Returns:
      Whether the excelInfo field is set.
    • getExcelInfo

      .AvatarExcelInfo excel_info = 26;
      Returns:
      The excelInfo.
    • getExcelInfoOrBuilder

      .AvatarExcelInfo excel_info = 26;
    • getAnimHash

      int getAnimHash()
      uint32 anim_hash = 27;
      Returns:
      The animHash.