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