Package rs.kreme.ksbot.api.game.magic
Enum SpellBook.Ancient
- java.lang.Object
-
- java.lang.Enum<SpellBook.Ancient>
-
- rs.kreme.ksbot.api.game.magic.SpellBook.Ancient
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SpellBook.Ancient>
,Spell
- Enclosing class:
- SpellBook
public static enum SpellBook.Ancient extends java.lang.Enum<SpellBook.Ancient> 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.Ancient
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpellBook.Ancient[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EDGEVILLE_HOME_TELEPORT
public static final SpellBook.Ancient EDGEVILLE_HOME_TELEPORT
-
PADDEWWA_TELEPORT
public static final SpellBook.Ancient PADDEWWA_TELEPORT
-
SENNTISTEN_TELEPORT
public static final SpellBook.Ancient SENNTISTEN_TELEPORT
-
KHARYRLL_TELEPORT
public static final SpellBook.Ancient KHARYRLL_TELEPORT
-
LASSAR_TELEPORT
public static final SpellBook.Ancient LASSAR_TELEPORT
-
DAREEYAK_TELEPORT
public static final SpellBook.Ancient DAREEYAK_TELEPORT
-
CARRALLANGER_TELEPORT
public static final SpellBook.Ancient CARRALLANGER_TELEPORT
-
BOUNTY_TARGET_TELEPORT
public static final SpellBook.Ancient BOUNTY_TARGET_TELEPORT
-
ANNAKARL_TELEPORT
public static final SpellBook.Ancient ANNAKARL_TELEPORT
-
GHORROCK_TELEPORT
public static final SpellBook.Ancient GHORROCK_TELEPORT
-
SMOKE_RUSH
public static final SpellBook.Ancient SMOKE_RUSH
-
SHADOW_RUSH
public static final SpellBook.Ancient SHADOW_RUSH
-
BLOOD_RUSH
public static final SpellBook.Ancient BLOOD_RUSH
-
ICE_RUSH
public static final SpellBook.Ancient ICE_RUSH
-
SMOKE_BURST
public static final SpellBook.Ancient SMOKE_BURST
-
SHADOW_BURST
public static final SpellBook.Ancient SHADOW_BURST
-
BLOOD_BURST
public static final SpellBook.Ancient BLOOD_BURST
-
ICE_BURST
public static final SpellBook.Ancient ICE_BURST
-
SMOKE_BLITZ
public static final SpellBook.Ancient SMOKE_BLITZ
-
SHADOW_BLITZ
public static final SpellBook.Ancient SHADOW_BLITZ
-
BLOOD_BLITZ
public static final SpellBook.Ancient BLOOD_BLITZ
-
ICE_BLITZ
public static final SpellBook.Ancient ICE_BLITZ
-
SMOKE_BARRAGE
public static final SpellBook.Ancient SMOKE_BARRAGE
-
SHADOW_BARRAGE
public static final SpellBook.Ancient SHADOW_BARRAGE
-
BLOOD_BARRAGE
public static final SpellBook.Ancient BLOOD_BARRAGE
-
ICE_BARRAGE
public static final SpellBook.Ancient ICE_BARRAGE
-
-
Method Detail
-
values
public static SpellBook.Ancient[] 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.Ancient c : SpellBook.Ancient.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.Ancient 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()
-
-