Prayer

public enum Prayer

A prayer listed under the prayer tab

Entries

AUGURY
Link copied to clipboard
AUGURY
RIGOUR
Link copied to clipboard
RIGOUR
PIETY
Link copied to clipboard
PIETY
CHIVALRY
Link copied to clipboard
CHIVALRY
PRESERVE
Link copied to clipboard
PRESERVE
SMITE
Link copied to clipboard
SMITE
REDEMPTION
Link copied to clipboard
REDEMPTION
RETRIBUTION
Link copied to clipboard
RETRIBUTION
MYSTIC_MIGHT
Link copied to clipboard
MYSTIC_MIGHT
EAGLE_EYE
Link copied to clipboard
EAGLE_EYE
PROTECT_FROM_MELEE
Link copied to clipboard
PROTECT_FROM_MELEE
PROTECT_FROM_MISSILES
Link copied to clipboard
PROTECT_FROM_MISSILES
PROTECT_FROM_MAGIC
Link copied to clipboard
PROTECT_FROM_MAGIC
INCREDIBLE_REFLEXES
Link copied to clipboard
INCREDIBLE_REFLEXES
ULTIMATE_STRENGTH
Link copied to clipboard
ULTIMATE_STRENGTH
STEEL_SKIN
Link copied to clipboard
STEEL_SKIN
MYSTIC_LORE
Link copied to clipboard
MYSTIC_LORE
HAWK_EYE
Link copied to clipboard
HAWK_EYE
PROTECT_ITEMS
Link copied to clipboard
PROTECT_ITEMS
RAPID_HEAL
Link copied to clipboard
RAPID_HEAL
RAPID_RESTORE
Link copied to clipboard
RAPID_RESTORE
IMPROVED_REFLEXES
Link copied to clipboard
IMPROVED_REFLEXES
SUPERHUMAN_STRENGTH
Link copied to clipboard
SUPERHUMAN_STRENGTH
ROCK_SKIN
Link copied to clipboard
ROCK_SKIN
MYSTIC_WILL
Link copied to clipboard
MYSTIC_WILL
SHARP_EYE
Link copied to clipboard
SHARP_EYE
CLARITY_OF_THOUGHT
Link copied to clipboard
CLARITY_OF_THOUGHT
BURST_OF_STRENGTH
Link copied to clipboard
BURST_OF_STRENGTH
THICK_SKIN
Link copied to clipboard
THICK_SKIN

Functions

disable
Link copied to clipboard
boolean disable()
Attempts to disable this prayer
disableAll
Link copied to clipboard
static boolean disableAll(Array<Prayer> prayers)
Attempts to disable the specified prayers
disableQuickPrayer
Link copied to clipboard
static boolean disableQuickPrayer()
Attmpts to disable quick prayer
enable
Link copied to clipboard
boolean enable()
Attempts to enable this prayer
enableAll
Link copied to clipboard
static boolean enableAll(Array<Prayer> prayers)
Attempts to enable the specified prayers
enableQuickPrayer
Link copied to clipboard
static boolean enableQuickPrayer()
Attempts to enable quick prayer
flick
Link copied to clipboard
boolean flick(int delayMs)
Attempts to flick this prayer, leaving it active for the specified delay in milliseconds
getActivePrayers
Link copied to clipboard
static List<PrayergetActivePrayers()
Gets all active prayers
getName
Link copied to clipboard
String getName()
Gets the prayer name
getPrayerPoints
Link copied to clipboard
static int getPrayerPoints()
Gets the current amount of prayer points
getRequiredLevel
Link copied to clipboard
int getRequiredLevel()
Gets the required prayer level for this prayer
getSelectedQuickPrayers
Link copied to clipboard
static List<PrayergetSelectedQuickPrayers()
Gets the prayers that will be enabled when quick prayer is enabled
isAllDisabled
Link copied to clipboard
static boolean isAllDisabled(Array<Prayer> prayers)
Checks if all the specified prayers are disabled
isAllEnabled
Link copied to clipboard
static boolean isAllEnabled(Array<Prayer> prayers)
Checks if all the specified prayers are enabled
isEnabled
Link copied to clipboard
boolean isEnabled()
Checks if the prayer is currently enabled
isQuickPrayerEnabled
Link copied to clipboard
static boolean isQuickPrayerEnabled()
Checks if quick prayer is currently enabled
isQuickPrayerSet
Link copied to clipboard
boolean isQuickPrayerSet()
Checks if this prayer is set as a prayer that will be activated when quick prayer is activated
isQuickPrayersSelected
Link copied to clipboard
static boolean isQuickPrayersSelected(Array<Prayer> prayers)
Gets whether or not all of the passed prayers are currently selected as quick prayers
isUnlocked
Link copied to clipboard
boolean isUnlocked()
Checks if this prayer is unlocked (ex.
selectQuickPrayers
Link copied to clipboard
static boolean selectQuickPrayers(Array<Prayer> prayers)
Attempts to set the specified quick prayers as prayers that will be active when quick prayer is enabled
valueOf
Link copied to clipboard
static Prayer valueOf(String name)
values
Link copied to clipboard
static Array<Prayervalues()