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