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