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