Uses of Class
net.runelite.client.plugins.poh.PohIcons
-
Packages that use PohIcons Package Description net.runelite.client.plugins.poh -
-
Uses of PohIcons in net.runelite.client.plugins.poh
Methods in net.runelite.client.plugins.poh that return PohIcons Modifier and Type Method Description static PohIcons
PohIcons. getIcon(int id)
static PohIcons
PohIcons. valueOf(String name)
Returns the enum constant of this type with the specified name.static PohIcons[]
PohIcons. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.poh that return types with arguments of type PohIcons Modifier and Type Method Description List<PohIcons>
PohOverlay. getIconList()
-