Package rs.kreme.ksbot.api.game.magic
Enum SpellBook.Necromancy
- java.lang.Object
-
- java.lang.Enum<SpellBook.Necromancy>
-
- rs.kreme.ksbot.api.game.magic.SpellBook.Necromancy
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SpellBook.Necromancy>
,Spell
- Enclosing class:
- SpellBook
public static enum SpellBook.Necromancy extends java.lang.Enum<SpellBook.Necromancy> implements Spell
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canCast()
KSWidget
getWidget()
boolean
haveRunesAvailable()
static SpellBook.Necromancy
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpellBook.Necromancy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARCEUUS_HOME_TELEPORT
public static final SpellBook.Necromancy ARCEUUS_HOME_TELEPORT
-
ARCEUUS_LIBRARY_TELEPORT
public static final SpellBook.Necromancy ARCEUUS_LIBRARY_TELEPORT
-
DRAYNOR_MANOR_TELEPORT
public static final SpellBook.Necromancy DRAYNOR_MANOR_TELEPORT
-
BATTLEFRONT_TELEPORT
public static final SpellBook.Necromancy BATTLEFRONT_TELEPORT
-
MIND_ALTAR_TELEPORT
public static final SpellBook.Necromancy MIND_ALTAR_TELEPORT
-
RESPAWN_TELEPORT
public static final SpellBook.Necromancy RESPAWN_TELEPORT
-
SALVE_GRAVEYARD_TELEPORT
public static final SpellBook.Necromancy SALVE_GRAVEYARD_TELEPORT
-
FENKENSTRAINS_CASTLE_TELEPORT
public static final SpellBook.Necromancy FENKENSTRAINS_CASTLE_TELEPORT
-
WEST_ARDOUGNE_TELEPORT
public static final SpellBook.Necromancy WEST_ARDOUGNE_TELEPORT
-
HARMONY_ISLAND_TELEPORT
public static final SpellBook.Necromancy HARMONY_ISLAND_TELEPORT
-
CEMETERY_TELEPORT
public static final SpellBook.Necromancy CEMETERY_TELEPORT
-
BARROWS_TELEPORT
public static final SpellBook.Necromancy BARROWS_TELEPORT
-
APE_ATOLL_TELEPORT
public static final SpellBook.Necromancy APE_ATOLL_TELEPORT
-
GHOSTLY_GRASP
public static final SpellBook.Necromancy GHOSTLY_GRASP
-
SKELETAL_GRASP
public static final SpellBook.Necromancy SKELETAL_GRASP
-
UNDEAD_GRASP
public static final SpellBook.Necromancy UNDEAD_GRASP
-
INFERIOR_DEMONBANE
public static final SpellBook.Necromancy INFERIOR_DEMONBANE
-
SUPERIOR_DEMONBANE
public static final SpellBook.Necromancy SUPERIOR_DEMONBANE
-
DARK_DEMONBANE
public static final SpellBook.Necromancy DARK_DEMONBANE
-
LESSER_CORRUPTION
public static final SpellBook.Necromancy LESSER_CORRUPTION
-
GREATER_CORRUPTION
public static final SpellBook.Necromancy GREATER_CORRUPTION
-
RESURRECT_LESSER_GHOST
public static final SpellBook.Necromancy RESURRECT_LESSER_GHOST
-
RESURRECT_LESSER_SKELETON
public static final SpellBook.Necromancy RESURRECT_LESSER_SKELETON
-
RESURRECT_LESSER_ZOMBIE
public static final SpellBook.Necromancy RESURRECT_LESSER_ZOMBIE
-
RESURRECT_SUPERIOR_GHOST
public static final SpellBook.Necromancy RESURRECT_SUPERIOR_GHOST
-
RESURRECT_SUPERIOR_SKELETON
public static final SpellBook.Necromancy RESURRECT_SUPERIOR_SKELETON
-
RESURRECT_SUPERIOR_ZOMBIE
public static final SpellBook.Necromancy RESURRECT_SUPERIOR_ZOMBIE
-
RESURRECT_GREATER_GHOST
public static final SpellBook.Necromancy RESURRECT_GREATER_GHOST
-
RESURRECT_GREATER_SKELETON
public static final SpellBook.Necromancy RESURRECT_GREATER_SKELETON
-
RESURRECT_GREATER_ZOMBIE
public static final SpellBook.Necromancy RESURRECT_GREATER_ZOMBIE
-
DARK_LURE
public static final SpellBook.Necromancy DARK_LURE
-
MARK_OF_DARKNESS
public static final SpellBook.Necromancy MARK_OF_DARKNESS
-
WARD_OF_ARCEUUS
public static final SpellBook.Necromancy WARD_OF_ARCEUUS
-
BASIC_REANIMATION
public static final SpellBook.Necromancy BASIC_REANIMATION
-
ADEPT_REANIMATION
public static final SpellBook.Necromancy ADEPT_REANIMATION
-
EXPERT_REANIMATION
public static final SpellBook.Necromancy EXPERT_REANIMATION
-
MASTER_REANIMATION
public static final SpellBook.Necromancy MASTER_REANIMATION
-
DEMONIC_OFFERING
public static final SpellBook.Necromancy DEMONIC_OFFERING
-
SINISTER_OFFERING
public static final SpellBook.Necromancy SINISTER_OFFERING
-
SHADOW_VEIL
public static final SpellBook.Necromancy SHADOW_VEIL
-
VILE_VIGOUR
public static final SpellBook.Necromancy VILE_VIGOUR
-
DEGRIME
public static final SpellBook.Necromancy DEGRIME
-
RESURRECT_CROPS
public static final SpellBook.Necromancy RESURRECT_CROPS
-
DEATH_CHARGE
public static final SpellBook.Necromancy DEATH_CHARGE
-
-
Method Detail
-
values
public static SpellBook.Necromancy[] 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 (SpellBook.Necromancy c : SpellBook.Necromancy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SpellBook.Necromancy valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
haveRunesAvailable
public boolean haveRunesAvailable()
-
-