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
-
HOME_TELEPORT
public static final SpellBook.Ancient HOME_TELEPORT
-
MONSTERS_TELEPORT
public static final SpellBook.Ancient MONSTERS_TELEPORT
-
DUNGEONS_TELEPORT
public static final SpellBook.Ancient DUNGEONS_TELEPORT
-
BOSS_TELEPORT
public static final SpellBook.Ancient BOSS_TELEPORT
-
CITIES_TELEPORT
public static final SpellBook.Ancient CITIES_TELEPORT
-
SKILLING_TELEPORT
public static final SpellBook.Ancient SKILLING_TELEPORT
-
MINIGAME_TELEPORT
public static final SpellBook.Ancient MINIGAME_TELEPORT
-
PVP_TELEPORT
public static final SpellBook.Ancient PVP_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()
-
-