Enum Class Spell.Ancient

java.lang.Object
java.lang.Enum<Spell.Ancient>
com.epicbot.api.shared.model.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
  • Enum Constant Details

    • HOME_TELEPORT_ANCIENT

      public static final Spell.Ancient HOME_TELEPORT_ANCIENT
    • 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
    • KHARYLL_TELEPORT

      public static final Spell.Ancient KHARYLL_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_TARGET

      public static final Spell.Ancient TELEPORT_TO_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 Spell.Book getBook()
      Specified by:
      getBook in interface Spell
    • getLevelRequired

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

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

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

      public String getSpellName()
      Specified by:
      getSpellName in interface Spell
    • getAutoCastVar

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

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