Enum Class Spell.Ancient

java.lang.Object
java.lang.Enum<Spell.Ancient>
org.rspeer.game.component.tdi.Spell.Ancient
All Implemented Interfaces:
Serializable, Comparable<Spell.Ancient>, Constable, Spell
Enclosing interface:
Spell

public static enum Spell.Ancient extends Enum<Spell.Ancient> implements Spell
  • Enum Constant Details

    • ANCIENT_HOME_TELEPORT

      public static final Spell.Ancient ANCIENT_HOME_TELEPORT
    • SMOKE_RUSH

      public static final Spell.Ancient SMOKE_RUSH
    • SHADOW_RUSH

      public static final Spell.Ancient SHADOW_RUSH
    • PADDEWWA_TELEPORT

      public static final Spell.Ancient PADDEWWA_TELEPORT
    • BLOOD_RUSH

      public static final Spell.Ancient BLOOD_RUSH
    • ICE_RUSH

      public static final Spell.Ancient ICE_RUSH
    • SENNTISTEN_TELEPORT

      public static final Spell.Ancient SENNTISTEN_TELEPORT
    • SMOKE_BURST

      public static final Spell.Ancient SMOKE_BURST
    • SHADOW_BURST

      public static final Spell.Ancient SHADOW_BURST
    • KHARYRLL_TELEPORT

      public static final Spell.Ancient KHARYRLL_TELEPORT
    • BLOOD_BURST

      public static final Spell.Ancient BLOOD_BURST
    • ICE_BURST

      public static final Spell.Ancient ICE_BURST
    • LASSAR_TELEPORT

      public static final Spell.Ancient LASSAR_TELEPORT
    • SMOKE_BLITZ

      public static final Spell.Ancient SMOKE_BLITZ
    • SHADOW_BLITZ

      public static final Spell.Ancient SHADOW_BLITZ
    • DAREEYAK_TELEPORT

      public static final Spell.Ancient DAREEYAK_TELEPORT
    • BLOOD_BLITZ

      public static final Spell.Ancient BLOOD_BLITZ
    • ICE_BLITZ

      public static final Spell.Ancient ICE_BLITZ
    • CARRALLANGAR_TELEPORT

      public static final Spell.Ancient CARRALLANGAR_TELEPORT
    • TELEPORT_TO_BOUNTY_TARGET

      public static final Spell.Ancient TELEPORT_TO_BOUNTY_TARGET
    • SMOKE_BARRAGE

      public static final Spell.Ancient SMOKE_BARRAGE
    • SHADOW_BARRAGE

      public static final Spell.Ancient SHADOW_BARRAGE
    • ANNAKARL_TELEPORT

      public static final Spell.Ancient ANNAKARL_TELEPORT
    • BLOOD_BARRAGE

      public static final Spell.Ancient BLOOD_BARRAGE
    • ICE_BARRAGE

      public static final Spell.Ancient ICE_BARRAGE
    • GHORROCK_TELEPORT

      public static final Spell.Ancient GHORROCK_TELEPORT
  • Method Details

    • values

      public static Spell.Ancient[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Spell.Ancient valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getBook

      public Magic.Book getBook()
      Specified by:
      getBook in interface Spell
    • getLevelRequired

      public int getLevelRequired()
      Specified by:
      getLevelRequired in interface Spell
    • getBaseExperience

      public double getBaseExperience()
      Specified by:
      getBaseExperience in interface Spell
    • getBaseMaxHit

      public int getBaseMaxHit()
      Specified by:
      getBaseMaxHit in interface Spell
    • getDisabledMaterialId

      public int getDisabledMaterialId()
      Specified by:
      getDisabledMaterialId in interface Spell
    • isAutoCasted

      public boolean isAutoCasted()
      Specified by:
      isAutoCasted in interface Spell
    • getAddress

      public InterfaceAddress getAddress()
      Specified by:
      getAddress in interface Spell
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Spell.Ancient>