Class StatsChanges
- java.lang.Object
-
- net.runelite.client.plugins.itemstats.StatsChanges
-
public class StatsChanges extends Object
-
-
Constructor Summary
Constructors Constructor Description StatsChanges(int len)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Positivity
getPositivity()
How positive the entire set of stat changes isStatChange[]
getStatChanges()
void
setPositivity(Positivity positivity)
How positive the entire set of stat changes isvoid
setStatChanges(StatChange[] statChanges)
-
-
-
Method Detail
-
getPositivity
public Positivity getPositivity()
How positive the entire set of stat changes is- See Also:
Positivity
-
setPositivity
public void setPositivity(Positivity positivity)
How positive the entire set of stat changes is- See Also:
Positivity
-
getStatChanges
public StatChange[] getStatChanges()
-
setStatChanges
public void setStatChanges(StatChange[] statChanges)
-
-