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