Enum Prayer

    • Enum Constant Detail

      • THICK_SKIN

        public static final Prayer THICK_SKIN
        Thick Skin (Level 1, Defence).
      • BURST_OF_STRENGTH

        public static final Prayer BURST_OF_STRENGTH
        Burst of Strength (Level 4, Strength).
      • CLARITY_OF_THOUGHT

        public static final Prayer CLARITY_OF_THOUGHT
        Clarity of Thought (Level 7, Attack).
      • SHARP_EYE

        public static final Prayer SHARP_EYE
        Sharp Eye (Level 8, Ranging).
      • MYSTIC_WILL

        public static final Prayer MYSTIC_WILL
        Mystic Will (Level 9, Magic).
      • ROCK_SKIN

        public static final Prayer ROCK_SKIN
        Rock Skin (Level 10, Defence).
      • SUPERHUMAN_STRENGTH

        public static final Prayer SUPERHUMAN_STRENGTH
        Superhuman Strength (Level 13, Strength).
      • IMPROVED_REFLEXES

        public static final Prayer IMPROVED_REFLEXES
        Improved Reflexes (Level 16, Attack).
      • RAPID_RESTORE

        public static final Prayer RAPID_RESTORE
        Rapid Restore (Level 19, Stats).
      • RAPID_HEAL

        public static final Prayer RAPID_HEAL
        Rapid Heal (Level 22, Hitpoints).
      • PROTECT_ITEM

        public static final Prayer PROTECT_ITEM
        Protect Item (Level 25).
      • HAWK_EYE

        public static final Prayer HAWK_EYE
        Hawk Eye (Level 26, Ranging).
      • MYSTIC_LORE

        public static final Prayer MYSTIC_LORE
        Mystic Lore (Level 27, Magic).
      • STEEL_SKIN

        public static final Prayer STEEL_SKIN
        Steel Skin (Level 28, Defence).
      • ULTIMATE_STRENGTH

        public static final Prayer ULTIMATE_STRENGTH
        Ultimate Strength (Level 31, Strength).
      • INCREDIBLE_REFLEXES

        public static final Prayer INCREDIBLE_REFLEXES
        Incredible Reflexes (Level 34, Attack).
      • PROTECT_FROM_MAGIC

        public static final Prayer PROTECT_FROM_MAGIC
        Protect from Magic (Level 37).
      • PROTECT_FROM_MISSILES

        public static final Prayer PROTECT_FROM_MISSILES
        Protect from Missiles (Level 40).
      • PROTECT_FROM_MELEE

        public static final Prayer PROTECT_FROM_MELEE
        Protect from Melee (Level 43).
      • EAGLE_EYE

        public static final Prayer EAGLE_EYE
        Eagle Eye (Level 44, Ranging).
      • MYSTIC_MIGHT

        public static final Prayer MYSTIC_MIGHT
        Mystic Might (Level 45, Magic).
      • RETRIBUTION

        public static final Prayer RETRIBUTION
        Retribution (Level 46).
      • REDEMPTION

        public static final Prayer REDEMPTION
        Redemption (Level 49).
      • SMITE

        public static final Prayer SMITE
        Smite (Level 52).
      • CHIVALRY

        public static final Prayer CHIVALRY
        Chivalry (Level 60, Defence/Strength/Attack).
      • PIETY

        public static final Prayer PIETY
        Piety (Level 70, Defence/Strength/Attack).
      • PRESERVE

        public static final Prayer PRESERVE
        Preserve (Level 55).
      • RIGOUR

        public static final Prayer RIGOUR
        Rigour (Level 74, Ranging/Damage/Defence).
      • AUGURY

        public static final Prayer AUGURY
        Augury (Level 77, Magic/Magic Def./Defence).
      • RP_REJUVENATION

        public static final Prayer RP_REJUVENATION
        Ruinous Powers Rejuvenation (Level 60).
      • RP_ANCIENT_STRENGTH

        public static final Prayer RP_ANCIENT_STRENGTH
        Ruinous Powers Ancient Strength (Level 61).
      • RP_ANCIENT_SIGHT

        public static final Prayer RP_ANCIENT_SIGHT
        Ruinous Powers Ancient Sight (Level 62).
      • RP_ANCIENT_WILL

        public static final Prayer RP_ANCIENT_WILL
        Ruinous Powers Ancient Will (Level 63).
      • RP_PROTECT_ITEM

        public static final Prayer RP_PROTECT_ITEM
        Ruinous Powers Protect Item (Level 65).
      • RP_RUINOUS_GRACE

        public static final Prayer RP_RUINOUS_GRACE
        Ruinous Powers Ruinous Grace (Level 66).
      • RP_DAMPEN_MAGIC

        public static final Prayer RP_DAMPEN_MAGIC
        Ruinous Powers Dampen Magic (Level 67).
      • RP_DAMPEN_RANGED

        public static final Prayer RP_DAMPEN_RANGED
        Ruinous Powers Dampen Ranged (Level 69).
      • RP_DAMPEN_MELEE

        public static final Prayer RP_DAMPEN_MELEE
        Ruinous Powers Dampen Melee (Level 71).
      • RP_TRINITAS

        public static final Prayer RP_TRINITAS
        Ruinous Powers Trinitas (Level 72).
      • RP_BERSERKER

        public static final Prayer RP_BERSERKER
        Ruinous Powers Berserker (Level 74).
      • RP_PURGE

        public static final Prayer RP_PURGE
        Ruinous Powers Purge (Level 75).
      • RP_METABOLISE

        public static final Prayer RP_METABOLISE
        Ruinous Powers Metabolise (Level 77).
      • RP_REBUKE

        public static final Prayer RP_REBUKE
        Ruinous Powers Rebuke (Level 78).
      • RP_VINDICATION

        public static final Prayer RP_VINDICATION
        Ruinous Powers Vindication (Level 80).
      • RP_DECIMATE

        public static final Prayer RP_DECIMATE
        Ruinous Powers Decimate (Level 82).
      • RP_ANNIHILATE

        public static final Prayer RP_ANNIHILATE
        Ruinous Powers Annihilate (Level 84).
      • RP_VAPORISE

        public static final Prayer RP_VAPORISE
        Ruinous Powers Vaporise (Level 86).
      • RP_FUMUS_VOW

        public static final Prayer RP_FUMUS_VOW
        Ruinous Powers Fumus' Vow (Level 87).
      • RP_UMBRA_VOW

        public static final Prayer RP_UMBRA_VOW
        Ruinous Powers Umbra's Vow (Level 88).
      • RP_CRUORS_VOW

        public static final Prayer RP_CRUORS_VOW
        Ruinous Powers Cruor's Vow (Level 89).
      • RP_GLACIES_VOW

        public static final Prayer RP_GLACIES_VOW
        Ruinous Powers Glacies' Vow (Level 90).
      • RP_WRATH

        public static final Prayer RP_WRATH
        Ruinous Powers Wrath (Level 91).
      • RP_INTENSIFY

        public static final Prayer RP_INTENSIFY
        Ruinous Powers Intensify (Level 92).
    • Method Detail

      • values

        public static Prayer[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Prayer c : Prayer.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Prayer valueOf​(String name)
        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.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getVarbit

        @Varbit
        public int getVarbit()
        Gets the varbit that stores whether the prayer is active or not.
        Returns:
        the prayer active varbit