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