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