Class Stat
- java.lang.Object
-
- net.runelite.client.plugins.itemstats.stats.Stat
-
- Direct Known Subclasses:
EnergyStat
,SkillStat
public abstract class Stat extends Object
Abstract stat of a player. This includesSkill
s and other player variables, such asRUN_ENERGY
.- See Also:
Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getMaximum(Client client)
Get the base stat maximum.String
getName()
abstract int
getValue(Client client)
Get the current stat value including any boosts or damage.
-