Class AvatarSkillDepotData

java.lang.Object
emu.grasscutter.data.GameResource
emu.grasscutter.data.def.AvatarSkillDepotData

public class AvatarSkillDepotData extends GameResource
  • Constructor Details

    • AvatarSkillDepotData

      public AvatarSkillDepotData()
  • Method Details

    • getId

      public int getId()
      Overrides:
      getId in class GameResource
    • getEnergySkill

      public int getEnergySkill()
    • getSkills

      public List<Integer> getSkills()
    • getSubSkills

      public List<Integer> getSubSkills()
    • getAttackModeSkill

      public int getAttackModeSkill()
    • getExtraAbilities

      public List<String> getExtraAbilities()
    • getTalents

      public List<Integer> getTalents()
    • getTalentStarName

      public String getTalentStarName()
    • getInherentProudSkillOpens

      public List<AvatarSkillDepotData.InherentProudSkillOpens> getInherentProudSkillOpens()
    • getSkillDepotAbilityGroup

      public String getSkillDepotAbilityGroup()
    • getEnergySkillData

      public AvatarSkillData getEnergySkillData()
    • getElementType

      public ElementType getElementType()
    • getAbilities

      public it.unimi.dsi.fastutil.ints.IntList getAbilities()
    • setAbilities

      public void setAbilities(AbilityEmbryoEntry info)
    • onLoad

      public void onLoad()
      Overrides:
      onLoad in class GameResource