Enum Prayer

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Prayer>

    public enum Prayer
    extends java.lang.Enum<Prayer>
    • Enum Constant Detail

      • THICK_SKIN

        public static final Prayer THICK_SKIN
      • BURST_OF_STRENGTH

        public static final Prayer BURST_OF_STRENGTH
      • CLARITY_OF_THOUGHT

        public static final Prayer CLARITY_OF_THOUGHT
      • SHARP_EYE

        public static final Prayer SHARP_EYE
      • MYSTIC_WILL

        public static final Prayer MYSTIC_WILL
      • ROCK_SKIN

        public static final Prayer ROCK_SKIN
      • SUPERHUMAN_STRENGTH

        public static final Prayer SUPERHUMAN_STRENGTH
      • IMPROVED_REFLEXES

        public static final Prayer IMPROVED_REFLEXES
      • RAPID_RESTORE

        public static final Prayer RAPID_RESTORE
      • RAPID_HEAL

        public static final Prayer RAPID_HEAL
      • PROTECT_ITEM

        public static final Prayer PROTECT_ITEM
      • HAWK_EYE

        public static final Prayer HAWK_EYE
      • MYSTIC_LORE

        public static final Prayer MYSTIC_LORE
      • STEEL_SKIN

        public static final Prayer STEEL_SKIN
      • ULTIMATE_STRENGTH

        public static final Prayer ULTIMATE_STRENGTH
      • INCREDIBLE_REFLEXES

        public static final Prayer INCREDIBLE_REFLEXES
      • PROTECT_FROM_MAGIC

        public static final Prayer PROTECT_FROM_MAGIC
      • PROTECT_FROM_MISSILES

        public static final Prayer PROTECT_FROM_MISSILES
      • PROTECT_FROM_MELEE

        public static final Prayer PROTECT_FROM_MELEE
      • EAGLE_EYE

        public static final Prayer EAGLE_EYE
      • MYSTIC_MIGHT

        public static final Prayer MYSTIC_MIGHT
      • RETRIBUTION

        public static final Prayer RETRIBUTION
      • REDEMPTION

        public static final Prayer REDEMPTION
      • SMITE

        public static final Prayer SMITE
      • PRESERVE

        public static final Prayer PRESERVE
      • CHIVALRY

        public static final Prayer CHIVALRY
      • PIETY

        public static final Prayer PIETY
      • RIGOUR

        public static final Prayer RIGOUR
      • AUGURY

        public static final Prayer AUGURY
      • RP_REJUVENATION

        public static final Prayer RP_REJUVENATION
      • RP_ANCIENT_STRENGTH

        public static final Prayer RP_ANCIENT_STRENGTH
      • RP_ANCIENT_SIGHT

        public static final Prayer RP_ANCIENT_SIGHT
      • RP_ANCIENT_WILL

        public static final Prayer RP_ANCIENT_WILL
      • RP_PROTECT_ITEM

        public static final Prayer RP_PROTECT_ITEM
      • RP_RUINOUS_GRACE

        public static final Prayer RP_RUINOUS_GRACE
      • RP_DAMPEN_MAGIC

        public static final Prayer RP_DAMPEN_MAGIC
      • RP_DAMPEN_RANGED

        public static final Prayer RP_DAMPEN_RANGED
      • RP_DAMPEN_MELEE

        public static final Prayer RP_DAMPEN_MELEE
      • RP_TRINITAS

        public static final Prayer RP_TRINITAS
      • RP_BERSERKER

        public static final Prayer RP_BERSERKER
      • RP_PURGE

        public static final Prayer RP_PURGE
      • RP_METABOLISE

        public static final Prayer RP_METABOLISE
      • RP_REBUKE

        public static final Prayer RP_REBUKE
      • RP_VINDICATION

        public static final Prayer RP_VINDICATION
      • RP_DECIMATE

        public static final Prayer RP_DECIMATE
      • RP_ANNIHILATE

        public static final Prayer RP_ANNIHILATE
      • RP_VAPORISE

        public static final Prayer RP_VAPORISE
      • RP_FUMUS_VOW

        public static final Prayer RP_FUMUS_VOW
      • RP_UMBRAS_VOW

        public static final Prayer RP_UMBRAS_VOW
      • RP_CRUORS_VOW

        public static final Prayer RP_CRUORS_VOW
      • RP_GLACIES_VOW

        public static final Prayer RP_GLACIES_VOW
      • RP_WRATH

        public static final Prayer RP_WRATH
      • RP_INTENSIFY

        public static final Prayer RP_INTENSIFY
    • 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​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • isActive

        public boolean isActive()
      • isQuickPrayerEnabled

        public boolean isQuickPrayerEnabled()
      • getPrettyName

        public java.lang.String getPrettyName()
      • getWidgetInfo

        public net.eternalclient.api.data.widgets.WidgetInfo getWidgetInfo()
      • getVarbit

        public int getVarbit()
      • getQuickPrayerIndex

        public int getQuickPrayerIndex()
      • getQuickPrayerValue

        public int getQuickPrayerValue()
      • getDrainEffect

        public int getDrainEffect()