Enum Class Spell.Arceuus

java.lang.Object
java.lang.Enum<Spell.Arceuus>
com.epicbot.api.shared.model.Spell.Arceuus
All Implemented Interfaces:
Spell, Serializable, Comparable<Spell.Arceuus>, Constable
Enclosing interface:
Spell

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

    • HOME_TELEPORT_ARCEUUS

      public static final Spell.Arceuus HOME_TELEPORT_ARCEUUS
    • ARCEUUS_LIBRARY_TELEPORT

      public static final Spell.Arceuus ARCEUUS_LIBRARY_TELEPORT
    • BASIC_REANIMATION

      public static final Spell.Arceuus BASIC_REANIMATION
    • DRAYNOR_MANOR_TELEPORT

      public static final Spell.Arceuus DRAYNOR_MANOR_TELEPORT
    • BATTLEFRONT_TELEPORT

      public static final Spell.Arceuus BATTLEFRONT_TELEPORT
    • MIND_ALTAR_TELEPORT

      public static final Spell.Arceuus MIND_ALTAR_TELEPORT
    • RESPAWN_TELEPORT

      public static final Spell.Arceuus RESPAWN_TELEPORT
    • GHOSTLY_GRASP

      public static final Spell.Arceuus GHOSTLY_GRASP
    • RESURRECT_LESSER_GHOST

      public static final Spell.Arceuus RESURRECT_LESSER_GHOST
    • RESURRECT_LESSER_SKELETON

      public static final Spell.Arceuus RESURRECT_LESSER_SKELETON
    • RESURRECT_LESSER_ZOMBIE

      public static final Spell.Arceuus RESURRECT_LESSER_ZOMBIE
    • SALVE_GRAVEYARD_TELEPORT

      public static final Spell.Arceuus SALVE_GRAVEYARD_TELEPORT
    • ADEPT_REANIMATION

      public static final Spell.Arceuus ADEPT_REANIMATION
    • INFERIOR_DEMONBANE

      public static final Spell.Arceuus INFERIOR_DEMONBANE
    • SHADOW_VEIL

      public static final Spell.Arceuus SHADOW_VEIL
    • FENKENSTRAINS_CASTLE_TELEPORT

      public static final Spell.Arceuus FENKENSTRAINS_CASTLE_TELEPORT
    • DARK_LURE

      public static final Spell.Arceuus DARK_LURE
    • SKELETAL_GRASP

      public static final Spell.Arceuus SKELETAL_GRASP
    • MARK_OF_DARKNESS

      public static final Spell.Arceuus MARK_OF_DARKNESS
    • WEST_ARDOUGNE_TELEPORT

      public static final Spell.Arceuus WEST_ARDOUGNE_TELEPORT
    • SUPERIOR_DEMONBANE

      public static final Spell.Arceuus SUPERIOR_DEMONBANE
    • LESSER_CORRUPTION

      public static final Spell.Arceuus LESSER_CORRUPTION
    • HARMONY_ISLAND_TELEPORT

      public static final Spell.Arceuus HARMONY_ISLAND_TELEPORT
    • VILE_VIGOUR

      public static final Spell.Arceuus VILE_VIGOUR
    • CEMETERY_TELEPORT

      public static final Spell.Arceuus CEMETERY_TELEPORT
    • EXPERT_REANIMATION

      public static final Spell.Arceuus EXPERT_REANIMATION
    • WARD_OF_ARCEUUS

      public static final Spell.Arceuus WARD_OF_ARCEUUS
    • RESURRECT_SUPERIOR_GHOST

      public static final Spell.Arceuus RESURRECT_SUPERIOR_GHOST
    • RESURRECT_SUPERIOR_SKELETON

      public static final Spell.Arceuus RESURRECT_SUPERIOR_SKELETON
    • RESURRECT_SUPERIOR_ZOMBIE

      public static final Spell.Arceuus RESURRECT_SUPERIOR_ZOMBIE
    • RESURRECT_GREATER_GHOST

      public static final Spell.Arceuus RESURRECT_GREATER_GHOST
    • RESURRECT_GREATER_SKELETON

      public static final Spell.Arceuus RESURRECT_GREATER_SKELETON
    • RESURRECT_GREATER_ZOMBIE

      public static final Spell.Arceuus RESURRECT_GREATER_ZOMBIE
    • RESURRECT_CROPS

      public static final Spell.Arceuus RESURRECT_CROPS
    • UNDEAD_GRASP

      public static final Spell.Arceuus UNDEAD_GRASP
    • DEATH_CHARGE

      public static final Spell.Arceuus DEATH_CHARGE
    • DARK_DEMONBANE

      public static final Spell.Arceuus DARK_DEMONBANE
    • BARROWS_TELEPORT

      public static final Spell.Arceuus BARROWS_TELEPORT
    • DEMONIC_OFFERING

      public static final Spell.Arceuus DEMONIC_OFFERING
    • TELEPORT_TO_TARGET

      public static final Spell.Arceuus TELEPORT_TO_TARGET
    • GREATER_CORRUPTION

      public static final Spell.Arceuus GREATER_CORRUPTION
    • MASTER_REANIMATION

      public static final Spell.Arceuus MASTER_REANIMATION
    • APE_ATOLL_TELEPORT_ARCEUUS

      public static final Spell.Arceuus APE_ATOLL_TELEPORT_ARCEUUS
    • SINISTER_OFFERING

      public static final Spell.Arceuus SINISTER_OFFERING
  • Method Details

    • values

      public static Spell.Arceuus[] 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.Arceuus 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