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