Uses of Class
net.runelite.client.plugins.boosts.BoostsConfig.DisplayChangeMode
-
Packages that use BoostsConfig.DisplayChangeMode Package Description net.runelite.client.plugins.boosts -
-
Uses of BoostsConfig.DisplayChangeMode in net.runelite.client.plugins.boosts
Methods in net.runelite.client.plugins.boosts that return BoostsConfig.DisplayChangeMode Modifier and Type Method Description default BoostsConfig.DisplayChangeMode
BoostsConfig. displayNextBuffChange()
default BoostsConfig.DisplayChangeMode
BoostsConfig. displayNextDebuffChange()
static BoostsConfig.DisplayChangeMode
BoostsConfig.DisplayChangeMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static BoostsConfig.DisplayChangeMode[]
BoostsConfig.DisplayChangeMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-