Uses of Class
net.runelite.client.plugins.itemstats.StatChange
-
Packages that use StatChange Package Description net.runelite.client.plugins.itemstats -
-
Uses of StatChange in net.runelite.client.plugins.itemstats
Subclasses of StatChange in net.runelite.client.plugins.itemstats Modifier and Type Class Description class
RangeStatChange
A stat change which can result in different magnitudes of change to the statMethods in net.runelite.client.plugins.itemstats that return StatChange Modifier and Type Method Description StatChange
RangeStatBoost. effect(Client client)
abstract StatChange
SingleEffect. effect(Client client)
StatChange
StatBoost. effect(Client client)
StatChange[]
StatsChanges. getStatChanges()
Methods in net.runelite.client.plugins.itemstats with parameters of type StatChange Modifier and Type Method Description void
StatsChanges. setStatChanges(StatChange[] statChanges)
-