Package org.rspeer.game.component.tdi
Enum Spell.Arceuus
- java.lang.Object
-
- java.lang.Enum<Spell.Arceuus>
-
- org.rspeer.game.component.tdi.Spell.Arceuus
-
- All Implemented Interfaces:
Serializable
,Comparable<Spell.Arceuus>
,Spell
- Enclosing interface:
- Spell
public static enum Spell.Arceuus extends Enum<Spell.Arceuus> implements Spell
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.rspeer.game.component.tdi.Spell
Spell.Ancient, Spell.Arceuus, Spell.Lunar, Spell.Modern
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InterfaceAddress
getAddress()
double
getBaseExperience()
int
getBaseMaxHit()
Magic.Book
getBook()
int
getDisabledMaterialId()
int
getLevelRequired()
boolean
isAutoCasted()
String
toString()
static Spell.Arceuus
valueOf(String name)
Returns the enum constant of this type with the specified name.static Spell.Arceuus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
values
public static Spell.Arceuus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Spell.Arceuus c : Spell.Arceuus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Spell.Arceuus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getBaseExperience
public double getBaseExperience()
- Specified by:
getBaseExperience
in interfaceSpell
-
getBook
public Magic.Book getBook()
-
getLevelRequired
public int getLevelRequired()
- Specified by:
getLevelRequired
in interfaceSpell
-
getBaseMaxHit
public int getBaseMaxHit()
- Specified by:
getBaseMaxHit
in interfaceSpell
-
getAddress
public InterfaceAddress getAddress()
- Specified by:
getAddress
in interfaceSpell
-
getDisabledMaterialId
public int getDisabledMaterialId()
- Specified by:
getDisabledMaterialId
in interfaceSpell
-
isAutoCasted
public boolean isAutoCasted()
- Specified by:
isAutoCasted
in interfaceSpell
-
toString
public String toString()
- Overrides:
toString
in classEnum<Spell.Arceuus>
-
-