Class EnergyStat
- java.lang.Object
-
- net.runelite.client.plugins.itemstats.stats.Stat
-
- net.runelite.client.plugins.itemstats.stats.EnergyStat
-
public class EnergyStat extends Stat
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaximum(Client client)
Get the base stat maximum.int
getValue(Client client)
Get the current stat value including any boosts or damage.
-
-
-
Method Detail
-
getValue
public int getValue(Client client)
Description copied from class:Stat
Get the current stat value including any boosts or damage.
-
getMaximum
public int getMaximum(Client client)
Description copied from class:Stat
Get the base stat maximum. (ie. the bottom half of the stat fraction)- Specified by:
getMaximum
in classStat
-
-