Prayer

enum Prayer

A prayer listed under the prayer tab

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun disable(): Boolean
Attempts to disable this prayer
Link copied to clipboard
open fun disableAll(prayers: Array<Prayer>): Boolean
Attempts to disable the specified prayers
Link copied to clipboard
Attmpts to disable quick prayer
Link copied to clipboard
open fun enable(): Boolean
Attempts to enable this prayer
Link copied to clipboard
open fun enableAll(prayers: Array<Prayer>): Boolean
Attempts to enable the specified prayers
Link copied to clipboard
Attempts to enable quick prayer
Link copied to clipboard
open fun flick(delayMs: Int): Boolean
Attempts to flick this prayer, leaving it active for the specified delay in milliseconds
Link copied to clipboard
Gets all active prayers
Link copied to clipboard
open fun getName(): String
Gets the prayer name
Link copied to clipboard
open fun getPrayerPoints(): Int
Gets the current amount of prayer points
Link copied to clipboard
open fun getRequiredLevel(): Int
Gets the required prayer level for this prayer
Link copied to clipboard
Gets the prayers that will be enabled when quick prayer is enabled
Link copied to clipboard
open fun isAllDisabled(prayers: Array<Prayer>): Boolean
Checks if all the specified prayers are disabled
Link copied to clipboard
open fun isAllEnabled(prayers: Array<Prayer>): Boolean
Checks if all the specified prayers are enabled
Link copied to clipboard
open fun isEnabled(): Boolean
Checks if the prayer is currently enabled
Link copied to clipboard
Checks if quick prayer is currently enabled
Link copied to clipboard
Checks if this prayer is set as a prayer that will be activated when quick prayer is activated
Link copied to clipboard
Gets whether or not all of the passed prayers are currently selected as quick prayers
Link copied to clipboard
open fun isUnlocked(): Boolean
Checks if this prayer is unlocked (ex.
Link copied to clipboard
open fun selectQuickPrayers(prayers: Array<Prayer>): Boolean
Attempts to set the specified quick prayers as prayers that will be active when quick prayer is enabled
Link copied to clipboard
open fun valueOf(name: String): Prayer

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<Prayer>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.