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