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