Class SkillAttribute

java.lang.Object
studio.magemonkey.fabled.api.player.SkillAttribute

public class SkillAttribute extends Object
  • Constructor Details

    • SkillAttribute

      public SkillAttribute(String name)
  • Method Details

    • getKey

      public final String getKey()
    • getName

      public String getName()
    • getInvested

      public int getInvested()
    • getMax

      public int getMax()
    • setInvested

      public void setInvested(int invested)
    • setMax

      public void setMax(int max)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object