Enum Class Spell.Ancient

java.lang.Object
java.lang.Enum<Spell.Ancient>
dev.twilite.game.facade.Spell.Ancient
All Implemented Interfaces:
Spell, Serializable, Comparable<Spell.Ancient>, Constable
Enclosing interface:
Spell

public static enum Spell.Ancient extends Enum<Spell.Ancient> implements Spell
Ancient spellbook spells.
  • 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
    • book

      public Magic.Book book()
      Specified by:
      book in interface Spell
    • levelRequired

      public int levelRequired()
      Specified by:
      levelRequired in interface Spell
    • componentId

      public int componentId()
      Specified by:
      componentId in interface Spell
    • configItem

      public int configItem()
      Specified by:
      configItem in interface Spell
    • autocastId

      public int autocastId()
      Specified by:
      autocastId in interface Spell
    • toString

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