Enum Normal

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

    public enum Normal
    extends java.lang.Enum<Normal>
    implements Spell
    Created by Pandemic
    • Enum Constant Detail

      • HOME_TELEPORT

        public static final Normal HOME_TELEPORT
      • WIND_STRIKE

        public static final Normal WIND_STRIKE
      • CONFUSE

        public static final Normal CONFUSE
      • ENCHANT_CROSSBOW_BOLT

        public static final Normal ENCHANT_CROSSBOW_BOLT
      • WATER_STRIKE

        public static final Normal WATER_STRIKE
      • LEVEL_1_ENCHANT

        public static final Normal LEVEL_1_ENCHANT
      • EARTH_STRIKE

        public static final Normal EARTH_STRIKE
      • WEAKEN

        public static final Normal WEAKEN
      • FIRE_STRIKE

        public static final Normal FIRE_STRIKE
      • BONES_TO_BANANAS

        public static final Normal BONES_TO_BANANAS
      • WIND_BOLT

        public static final Normal WIND_BOLT
      • CURSE

        public static final Normal CURSE
      • BIND

        public static final Normal BIND
      • LOW_LEVEL_ALCHEMY

        public static final Normal LOW_LEVEL_ALCHEMY
      • WATER_BOLT

        public static final Normal WATER_BOLT
      • VARROCK_TELEPORT

        public static final Normal VARROCK_TELEPORT
      • LEVEL_2_ENCHANT

        public static final Normal LEVEL_2_ENCHANT
      • EARTH_BOLT

        public static final Normal EARTH_BOLT
      • LUMBRIDGE_TELEPORT

        public static final Normal LUMBRIDGE_TELEPORT
      • TELEKINETIC_GRAB

        public static final Normal TELEKINETIC_GRAB
      • FIRE_BOLT

        public static final Normal FIRE_BOLT
      • FALADOR_TELEPORT

        public static final Normal FALADOR_TELEPORT
      • CRUMBLE_UNDEAD

        public static final Normal CRUMBLE_UNDEAD
      • TELEPORT_TO_HOUSE

        public static final Normal TELEPORT_TO_HOUSE
      • WIND_BLAST

        public static final Normal WIND_BLAST
      • SUPERHEAT_ITEM

        public static final Normal SUPERHEAT_ITEM
      • CAMELOT_TELEPORT

        public static final Normal CAMELOT_TELEPORT
      • WATER_BLAST

        public static final Normal WATER_BLAST
      • KOUREND_CASTLE_TELEPORT

        public static final Normal KOUREND_CASTLE_TELEPORT
      • LEVEL_3_ENCHANT

        public static final Normal LEVEL_3_ENCHANT
      • IBAN_BLAST

        public static final Normal IBAN_BLAST
      • SNARE

        public static final Normal SNARE
      • MAGIC_DART

        public static final Normal MAGIC_DART
      • ARDOUGNE_TELEPORT

        public static final Normal ARDOUGNE_TELEPORT
      • EARTH_BLAST

        public static final Normal EARTH_BLAST
      • CIVITAS_ILLA_FORTIS_TELEPORT

        public static final Normal CIVITAS_ILLA_FORTIS_TELEPORT
      • HIGH_LEVEL_ALCHEMY

        public static final Normal HIGH_LEVEL_ALCHEMY
      • CHARGE_WATER_ORB

        public static final Normal CHARGE_WATER_ORB
      • LEVEL_4_ENCHANT

        public static final Normal LEVEL_4_ENCHANT
      • WATCHTOWER_TELEPORT

        public static final Normal WATCHTOWER_TELEPORT
      • FIRE_BLAST

        public static final Normal FIRE_BLAST
      • CHARGE_EARTH_ORB

        public static final Normal CHARGE_EARTH_ORB
      • BONES_TO_PEACHES

        public static final Normal BONES_TO_PEACHES
      • SARADOMIN_STRIKE

        public static final Normal SARADOMIN_STRIKE
      • CLAWS_OF_GUTHIX

        public static final Normal CLAWS_OF_GUTHIX
      • FLAMES_OF_ZAMORAK

        public static final Normal FLAMES_OF_ZAMORAK
      • TROLLHEIM_TELEPORT

        public static final Normal TROLLHEIM_TELEPORT
      • WIND_WAVE

        public static final Normal WIND_WAVE
      • CHARGE_FIRE_ORB

        public static final Normal CHARGE_FIRE_ORB
      • APE_ATOLL_TELEPORT

        public static final Normal APE_ATOLL_TELEPORT
      • WATER_WAVE

        public static final Normal WATER_WAVE
      • CHARGE_AIR_ORB

        public static final Normal CHARGE_AIR_ORB
      • VULNERABILITY

        public static final Normal VULNERABILITY
      • LEVEL_5_ENCHANT

        public static final Normal LEVEL_5_ENCHANT
      • EARTH_WAVE

        public static final Normal EARTH_WAVE
      • ENFEEBLE

        public static final Normal ENFEEBLE
      • TELEOTHER_LUMBRIDGE

        public static final Normal TELEOTHER_LUMBRIDGE
      • FIRE_WAVE

        public static final Normal FIRE_WAVE
      • ENTANGLE

        public static final Normal ENTANGLE
      • STUN

        public static final Normal STUN
      • CHARGE

        public static final Normal CHARGE
      • WIND_SURGE

        public static final Normal WIND_SURGE
      • TELEOTHER_FALADOR

        public static final Normal TELEOTHER_FALADOR
      • WATER_SURGE

        public static final Normal WATER_SURGE
      • TELE_BLOCK

        public static final Normal TELE_BLOCK
      • TELEPORT_TO_TARGET

        public static final Normal TELEPORT_TO_TARGET
      • LEVEL_6_ENCHANT

        public static final Normal LEVEL_6_ENCHANT
      • TELEOTHER_CAMELOT

        public static final Normal TELEOTHER_CAMELOT
      • EARTH_SURGE

        public static final Normal EARTH_SURGE
      • LEVEL_7_ENCHANT

        public static final Normal LEVEL_7_ENCHANT
      • FIRE_SURGE

        public static final Normal FIRE_SURGE
      • TELEPORT_TO_KOUREND

        @Deprecated
        public static final Normal TELEPORT_TO_KOUREND
        Deprecated.
    • Method Detail

      • values

        public static Normal[] 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 (Normal c : Normal.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Normal 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<Normal>
      • getChild

        public int getChild()
        Specified by:
        getChild in interface Spell
      • getParent

        public int getParent()
        Specified by:
        getParent in interface Spell
      • getAutocastId

        public int getAutocastId()
      • getLevel

        public int getLevel()
        Specified by:
        getLevel in interface Spell
      • getMaxHit

        public int getMaxHit()
        Specified by:
        getMaxHit in interface Spell
      • getExperience

        public double getExperience()