Class EnergyStat


  • public class EnergyStat
    extends Stat
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaximum​(net.runelite.api.Client client)
      Get the base stat maximum.
      int getValue​(net.runelite.api.Client client)
      Get the current stat value including any boosts or damage.
      • Methods inherited from class net.runelite.client.plugins.itemstats.stats.Stat

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getValue

        public int getValue​(net.runelite.api.Client client)
        Description copied from class: Stat
        Get the current stat value including any boosts or damage.
        Specified by:
        getValue in class Stat
      • getMaximum

        public int getMaximum​(net.runelite.api.Client client)
        Description copied from class: Stat
        Get the base stat maximum. (ie. the bottom half of the stat fraction)
        Specified by:
        getMaximum in class Stat