Enum Class Spell.Arceuus

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

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

    • HOME_TELEPORT

      public static final Spell.Arceuus HOME_TELEPORT
    • BASIC_REANIMATION

      public static final Spell.Arceuus BASIC_REANIMATION
    • ARCEUUS_LIBRARY_TELEPORT

      public static final Spell.Arceuus ARCEUUS_LIBRARY_TELEPORT
    • ADEPT_REANIMATION

      public static final Spell.Arceuus ADEPT_REANIMATION
    • EXPERT_REANIMATION

      public static final Spell.Arceuus EXPERT_REANIMATION
    • MASTER_REANIMATION

      public static final Spell.Arceuus MASTER_REANIMATION
    • DRAYNOR_MANOR_TELEPORT

      public static final Spell.Arceuus DRAYNOR_MANOR_TELEPORT
    • MIND_ALTAR_TELEPORT

      public static final Spell.Arceuus MIND_ALTAR_TELEPORT
    • RESPAWN_TELEPORT

      public static final Spell.Arceuus RESPAWN_TELEPORT
    • SALVE_GRAVEYARD_TELEPORT

      public static final Spell.Arceuus SALVE_GRAVEYARD_TELEPORT
    • FENKENSTRAINS_CASTLE_TELEPORT

      public static final Spell.Arceuus FENKENSTRAINS_CASTLE_TELEPORT
    • WEST_ARDOUGNE_TELEPORT

      public static final Spell.Arceuus WEST_ARDOUGNE_TELEPORT
    • HARMONY_ISLAND_TELEPORT

      public static final Spell.Arceuus HARMONY_ISLAND_TELEPORT
    • CEMETRY_TELEPORT

      public static final Spell.Arceuus CEMETRY_TELEPORT
    • RESURRECT_CROPS

      public static final Spell.Arceuus RESURRECT_CROPS
    • BARROWS_TELEPORT

      public static final Spell.Arceuus BARROWS_TELEPORT
    • APE_ATOLL_TELEPORT

      public static final Spell.Arceuus APE_ATOLL_TELEPORT
    • BATTLEFRONT_TELEPORT

      public static final Spell.Arceuus BATTLEFRONT_TELEPORT
    • INFERIOR_DEMONBANE

      public static final Spell.Arceuus INFERIOR_DEMONBANE
    • SUPERIOR_DEMONBANE

      public static final Spell.Arceuus SUPERIOR_DEMONBANE
    • DARK_DEMONBANE

      public static final Spell.Arceuus DARK_DEMONBANE
    • MASK_OF_DARKNESS

      public static final Spell.Arceuus MASK_OF_DARKNESS
    • GHOSTLY_GRASP

      public static final Spell.Arceuus GHOSTLY_GRASP
    • SKELETAL_GRASP

      public static final Spell.Arceuus SKELETAL_GRASP
    • UNDEAD_GRASP

      public static final Spell.Arceuus UNDEAD_GRASP
    • WARD_OF_ARCEUUS

      public static final Spell.Arceuus WARD_OF_ARCEUUS
    • LESSER_CORRUPTION

      public static final Spell.Arceuus LESSER_CORRUPTION
    • GREATER_CORRUPTION

      public static final Spell.Arceuus GREATER_CORRUPTION
    • DEMONIC_OFFERING

      public static final Spell.Arceuus DEMONIC_OFFERING
    • SINISTER_OFFERING

      public static final Spell.Arceuus SINISTER_OFFERING
    • DEGRIME

      public static final Spell.Arceuus DEGRIME
    • SHADOW_VEIL

      public static final Spell.Arceuus SHADOW_VEIL
    • VILE_VIGOUR

      public static final Spell.Arceuus VILE_VIGOUR
    • DARK_LURE

      public static final Spell.Arceuus DARK_LURE
    • DEATH_CHARGE

      public static final Spell.Arceuus DEATH_CHARGE
    • 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
    • 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
  • 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
    • getBaseExperience

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

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

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

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

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

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

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

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