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