Enum Powers.Magic

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

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

      • ENCHANT_CROSSBOW_BOLT

        public static final Powers.Magic ENCHANT_CROSSBOW_BOLT
        Deprecated.
      • LVL_1_ENCHANT

        public static final Powers.Magic LVL_1_ENCHANT
        Deprecated.
      • BONES_TO_BANANAS

        public static final Powers.Magic BONES_TO_BANANAS
        Deprecated.
      • LOW_LEVEL_ALCHEMY

        public static final Powers.Magic LOW_LEVEL_ALCHEMY
        Deprecated.
      • LVL_2_ENCHANT

        public static final Powers.Magic LVL_2_ENCHANT
        Deprecated.
      • TELEKINETIC_GRAB

        public static final Powers.Magic TELEKINETIC_GRAB
        Deprecated.
      • SUPERHEAT_ITEM

        public static final Powers.Magic SUPERHEAT_ITEM
        Deprecated.
      • LVL_3_ENCHANT

        public static final Powers.Magic LVL_3_ENCHANT
        Deprecated.
      • HIGH_LEVEL_ALCHEMY

        public static final Powers.Magic HIGH_LEVEL_ALCHEMY
        Deprecated.
      • CHARGE_WATER_ORB

        public static final Powers.Magic CHARGE_WATER_ORB
        Deprecated.
      • LVL_4_ENCHANT

        public static final Powers.Magic LVL_4_ENCHANT
        Deprecated.
      • CHARGE_EARTH_ORB

        public static final Powers.Magic CHARGE_EARTH_ORB
        Deprecated.
      • BONES_TO_PEACHES

        public static final Powers.Magic BONES_TO_PEACHES
        Deprecated.
      • CHARGE_FIRE_ORB

        public static final Powers.Magic CHARGE_FIRE_ORB
        Deprecated.
      • CHARGE_AIR_ORB

        public static final Powers.Magic CHARGE_AIR_ORB
        Deprecated.
      • LVL_5_ENCHANT

        public static final Powers.Magic LVL_5_ENCHANT
        Deprecated.
      • LVL_6_ENCHANT

        public static final Powers.Magic LVL_6_ENCHANT
        Deprecated.
      • HOME_TELEPORT

        public static final Powers.Magic HOME_TELEPORT
        Deprecated.
      • MOBILISING_ARMIES_TELEPORT

        public static final Powers.Magic MOBILISING_ARMIES_TELEPORT
        Deprecated.
      • VARROCK_TELEPORT

        public static final Powers.Magic VARROCK_TELEPORT
        Deprecated.
      • LUMBRIDGE_TELEPORT

        public static final Powers.Magic LUMBRIDGE_TELEPORT
        Deprecated.
      • FALADOR_TELEPORT

        public static final Powers.Magic FALADOR_TELEPORT
        Deprecated.
      • HOUSE_TELEPORT

        public static final Powers.Magic HOUSE_TELEPORT
        Deprecated.
      • CAMELOT_TELEPORT

        public static final Powers.Magic CAMELOT_TELEPORT
        Deprecated.
      • ARDOUGNE_TELEPORT

        public static final Powers.Magic ARDOUGNE_TELEPORT
        Deprecated.
      • WATCHTOWER_TELEPORT

        public static final Powers.Magic WATCHTOWER_TELEPORT
        Deprecated.
      • TROLLHEIM_TELEPORT

        public static final Powers.Magic TROLLHEIM_TELEPORT
        Deprecated.
      • GOD_WARS_DUNGEON_TELEPORT

        public static final Powers.Magic GOD_WARS_DUNGEON_TELEPORT
        Deprecated.
      • APE_ATOLL_TELEPORT

        public static final Powers.Magic APE_ATOLL_TELEPORT
        Deprecated.
      • TELE_OTHER_LUMBRIDGE

        public static final Powers.Magic TELE_OTHER_LUMBRIDGE
        Deprecated.
      • TELE_OTHER_FALADOR

        public static final Powers.Magic TELE_OTHER_FALADOR
        Deprecated.
      • TELE_OTHER_CAMELOT

        public static final Powers.Magic TELE_OTHER_CAMELOT
        Deprecated.
      • AIR_STRIKE

        public static final Powers.Magic AIR_STRIKE
        Deprecated.
      • CONFUSE

        public static final Powers.Magic CONFUSE
        Deprecated.
      • WATER_STRIKE

        public static final Powers.Magic WATER_STRIKE
        Deprecated.
      • EARTH_STRIKE

        public static final Powers.Magic EARTH_STRIKE
        Deprecated.
      • WEAKEN

        public static final Powers.Magic WEAKEN
        Deprecated.
      • FIRE_STRIKE

        public static final Powers.Magic FIRE_STRIKE
        Deprecated.
      • AIR_BOLT

        public static final Powers.Magic AIR_BOLT
        Deprecated.
      • WATER_BOLT

        public static final Powers.Magic WATER_BOLT
        Deprecated.
      • EARTH_BOLT

        public static final Powers.Magic EARTH_BOLT
        Deprecated.
      • FIRE_BOLT

        public static final Powers.Magic FIRE_BOLT
        Deprecated.
      • AIR_BLAST

        public static final Powers.Magic AIR_BLAST
        Deprecated.
      • WATER_BLAST

        public static final Powers.Magic WATER_BLAST
        Deprecated.
      • SLAYER_DART

        public static final Powers.Magic SLAYER_DART
        Deprecated.
      • EARTH_BLAST

        public static final Powers.Magic EARTH_BLAST
        Deprecated.
      • FIRE_BLAST

        public static final Powers.Magic FIRE_BLAST
        Deprecated.
      • DIVINE_STORM

        public static final Powers.Magic DIVINE_STORM
        Deprecated.
      • AIR_WAVE

        public static final Powers.Magic AIR_WAVE
        Deprecated.
      • WATER_WAVE

        public static final Powers.Magic WATER_WAVE
        Deprecated.
      • VULNERABILITY

        public static final Powers.Magic VULNERABILITY
        Deprecated.
      • EARTH_WAVE

        public static final Powers.Magic EARTH_WAVE
        Deprecated.
      • ENFEEBLE

        public static final Powers.Magic ENFEEBLE
        Deprecated.
      • FIRE_WAVE

        public static final Powers.Magic FIRE_WAVE
        Deprecated.
      • STORM_OF_ARMADYL

        public static final Powers.Magic STORM_OF_ARMADYL
        Deprecated.
      • ENTANGLE

        public static final Powers.Magic ENTANGLE
        Deprecated.
      • STAGGER

        public static final Powers.Magic STAGGER
        Deprecated.
      • AIR_SURGE

        public static final Powers.Magic AIR_SURGE
        Deprecated.
      • TELEPORT_BLOCK

        public static final Powers.Magic TELEPORT_BLOCK
        Deprecated.
      • EARTH_SURGE

        public static final Powers.Magic EARTH_SURGE
        Deprecated.
      • WATER_SURGE

        public static final Powers.Magic WATER_SURGE
        Deprecated.
      • FIRE_SURGE

        public static final Powers.Magic FIRE_SURGE
        Deprecated.
      • POLYPORE_STRIKE

        public static final Powers.Magic POLYPORE_STRIKE
        Deprecated.
    • Method Detail

      • values

        public static Powers.Magic[] 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.Magic c : Powers.Magic.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.Magic 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
      • getName

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

        public boolean activate()
        Deprecated.
        Specified by:
        activate in interface Spell
      • isSelected

        public boolean isSelected()
        Deprecated.
        Specified by:
        isSelected in interface Spell
      • isAutocasting

        public boolean isAutocasting()
        Deprecated.
        Specified by:
        isAutocasting in interface Spell