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