Uses of Class
net.runelite.client.plugins.itemstats.Positivity
-
Packages that use Positivity Package Description net.runelite.client.plugins.itemstats -
-
Uses of Positivity in net.runelite.client.plugins.itemstats
Methods in net.runelite.client.plugins.itemstats that return Positivity Modifier and Type Method Description Positivity
StatChange. getPositivity()
How beneficial this stat boost will be to the player.Positivity
StatsChanges. getPositivity()
How positive the entire set of stat changes isstatic Positivity
Positivity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Positivity[]
Positivity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.itemstats with parameters of type Positivity Modifier and Type Method Description static Color
Positivity. getColor(ItemStatConfig config, Positivity positivity)
void
StatChange. setPositivity(Positivity positivity)
How beneficial this stat boost will be to the player.void
StatsChanges. setPositivity(Positivity positivity)
How positive the entire set of stat changes is
-