Enum Powers.Prayer

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

    @Deprecated
    public static enum Powers.Prayer
    extends java.lang.Enum<Powers.Prayer>
    Deprecated.
    • Enum Constant Detail

      • THICK_SKIN

        public static final Powers.Prayer THICK_SKIN
        Deprecated.
      • BURST_OF_STRENGTH

        public static final Powers.Prayer BURST_OF_STRENGTH
        Deprecated.
      • CLARITY_OF_THOUGHT

        public static final Powers.Prayer CLARITY_OF_THOUGHT
        Deprecated.
      • SHARP_EYE

        public static final Powers.Prayer SHARP_EYE
        Deprecated.
      • MYSTIC_WILL

        public static final Powers.Prayer MYSTIC_WILL
        Deprecated.
      • UNSTOPPABLE_FORCE

        public static final Powers.Prayer UNSTOPPABLE_FORCE
        Deprecated.
      • ROCK_SKIN

        public static final Powers.Prayer ROCK_SKIN
        Deprecated.
      • SUPERHUMAN_STRENGTH

        public static final Powers.Prayer SUPERHUMAN_STRENGTH
        Deprecated.
      • IMPROVED_REFLEXES

        public static final Powers.Prayer IMPROVED_REFLEXES
        Deprecated.
      • UNRELENTING_FORCE

        public static final Powers.Prayer UNRELENTING_FORCE
        Deprecated.
      • HAWK_EYE

        public static final Powers.Prayer HAWK_EYE
        Deprecated.
      • SUPER_CHARGE

        public static final Powers.Prayer SUPER_CHARGE
        Deprecated.
      • MYSTIC_LORE

        public static final Powers.Prayer MYSTIC_LORE
        Deprecated.
      • STEEL_SKIN

        public static final Powers.Prayer STEEL_SKIN
        Deprecated.
      • ULTIMATE_STRENGTH

        public static final Powers.Prayer ULTIMATE_STRENGTH
        Deprecated.
      • INCREDIBLE_REFLEXES

        public static final Powers.Prayer INCREDIBLE_REFLEXES
        Deprecated.
      • EAGLE_EYE

        public static final Powers.Prayer EAGLE_EYE
        Deprecated.
      • OVERPOWERING_FORCE

        public static final Powers.Prayer OVERPOWERING_FORCE
        Deprecated.
      • MYSTIC_MIGHT

        public static final Powers.Prayer MYSTIC_MIGHT
        Deprecated.
      • OVERCHARGE

        public static final Powers.Prayer OVERCHARGE
        Deprecated.
      • RAPID_RESTORE

        public static final Powers.Prayer RAPID_RESTORE
        Deprecated.
      • RAPID_HEAL

        public static final Powers.Prayer RAPID_HEAL
        Deprecated.
      • PROTECT_ITEM

        public static final Powers.Prayer PROTECT_ITEM
        Deprecated.
      • PROTECT_FROM_SUMMONING

        public static final Powers.Prayer PROTECT_FROM_SUMMONING
        Deprecated.
      • PROTECT_FROM_MAGIC

        public static final Powers.Prayer PROTECT_FROM_MAGIC
        Deprecated.
      • PROTECT_FROM_MISSILES

        public static final Powers.Prayer PROTECT_FROM_MISSILES
        Deprecated.
      • PROTECT_FROM_MELEE

        public static final Powers.Prayer PROTECT_FROM_MELEE
        Deprecated.
      • RETRIBUTION

        public static final Powers.Prayer RETRIBUTION
        Deprecated.
      • REDEMPTION

        public static final Powers.Prayer REDEMPTION
        Deprecated.
      • CHIVALRY

        public static final Powers.Prayer CHIVALRY
        Deprecated.
      • RAPID_RENEWAL

        public static final Powers.Prayer RAPID_RENEWAL
        Deprecated.
    • Method Detail

      • values

        public static Powers.Prayer[] values()
        Deprecated.
        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 (Powers.Prayer c : Powers.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 Powers.Prayer valueOf​(java.lang.String name)
        Deprecated.
        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
      • getPoints

        public static int getPoints()
        Deprecated.
      • getMaximumPoints

        public static int getMaximumPoints()
        Deprecated.
      • isQuickPraying

        public static boolean isQuickPraying()
        Deprecated.
      • toggleQuickPrayers

        public static boolean toggleQuickPrayers()
        Deprecated.
      • getName

        public java.lang.String getName()
        Deprecated.
      • getRequiredLevel

        public int getRequiredLevel()
        Deprecated.
      • isActivated

        public boolean isActivated()
        Deprecated.
      • activate

        public boolean activate()
        Deprecated.
      • deactivate

        public boolean deactivate()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Enum<Powers.Prayer>