Class Stat

  • Direct Known Subclasses:
    EnergyStat, SkillStat

    public abstract class Stat
    extends Object
    Abstract stat of a player. This includes Skills and other player variables, such as RUN_ENERGY.
    See Also:
    Stats
    • Method Detail

      • getName

        public String getName()
      • getValue

        public abstract int getValue​(Client client)
        Get the current stat value including any boosts or damage.
      • getMaximum

        public abstract int getMaximum​(Client client)
        Get the base stat maximum. (ie. the bottom half of the stat fraction)