Uses of Class
net.runelite.api.Prayer
-
Packages that use Prayer Package Description net.runelite.api -
-
Uses of Prayer in net.runelite.api
Methods in net.runelite.api that return Prayer Modifier and Type Method Description static Prayer
Prayer. valueOf(String name)
Returns the enum constant of this type with the specified name.static Prayer[]
Prayer. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.api with parameters of type Prayer Modifier and Type Method Description boolean
Client. isPrayerActive(Prayer prayer)
Checks whether or not a prayer is currently active.
-