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