Uses of Class
net.runelite.client.ui.overlay.infobox.InfoBoxPriority
-
Packages that use InfoBoxPriority Package Description net.runelite.client.ui.overlay.infobox -
-
Uses of InfoBoxPriority in net.runelite.client.ui.overlay.infobox
Methods in net.runelite.client.ui.overlay.infobox that return InfoBoxPriority Modifier and Type Method Description static InfoBoxPriority
InfoBoxPriority. valueOf(String name)
Returns the enum constant of this type with the specified name.static InfoBoxPriority[]
InfoBoxPriority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.ui.overlay.infobox with parameters of type InfoBoxPriority Modifier and Type Method Description void
InfoBox. setPriority(InfoBoxPriority priority)
-