Package rs.kreme.ksbot.api.game.magic
Enum SpellBook.Standard
- java.lang.Object
-
- java.lang.Enum<SpellBook.Standard>
-
- rs.kreme.ksbot.api.game.magic.SpellBook.Standard
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SpellBook.Standard>
,Spell
- Enclosing class:
- SpellBook
public static enum SpellBook.Standard extends java.lang.Enum<SpellBook.Standard> 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
haveEquipment()
boolean
haveItem()
boolean
haveRunesAvailable()
static SpellBook.Standard
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpellBook.Standard[]
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.Standard HOME_TELEPORT
-
VARROCK_TELEPORT
public static final SpellBook.Standard VARROCK_TELEPORT
-
LUMBRIDGE_TELEPORT
public static final SpellBook.Standard LUMBRIDGE_TELEPORT
-
FALADOR_TELEPORT
public static final SpellBook.Standard FALADOR_TELEPORT
-
TELEPORT_TO_HOUSE
public static final SpellBook.Standard TELEPORT_TO_HOUSE
-
CAMELOT_TELEPORT
public static final SpellBook.Standard CAMELOT_TELEPORT
-
ARDOUGNE_TELEPORT
public static final SpellBook.Standard ARDOUGNE_TELEPORT
-
WATCHTOWER_TELEPORT
public static final SpellBook.Standard WATCHTOWER_TELEPORT
-
TROLLHEIM_TELEPORT
public static final SpellBook.Standard TROLLHEIM_TELEPORT
-
TELEPORT_TO_APE_ATOLL
public static final SpellBook.Standard TELEPORT_TO_APE_ATOLL
-
TELEPORT_TO_KOUREND
public static final SpellBook.Standard TELEPORT_TO_KOUREND
-
TELEOTHER_LUMBRIDGE
public static final SpellBook.Standard TELEOTHER_LUMBRIDGE
-
TELEOTHER_FALADOR
public static final SpellBook.Standard TELEOTHER_FALADOR
-
TELEPORT_TO_BOUNTY_TARGET
public static final SpellBook.Standard TELEPORT_TO_BOUNTY_TARGET
-
TELEOTHER_CAMELOT
public static final SpellBook.Standard TELEOTHER_CAMELOT
-
WIND_STRIKE
public static final SpellBook.Standard WIND_STRIKE
-
WATER_STRIKE
public static final SpellBook.Standard WATER_STRIKE
-
EARTH_STRIKE
public static final SpellBook.Standard EARTH_STRIKE
-
FIRE_STRIKE
public static final SpellBook.Standard FIRE_STRIKE
-
WIND_BOLT
public static final SpellBook.Standard WIND_BOLT
-
WATER_BOLT
public static final SpellBook.Standard WATER_BOLT
-
EARTH_BOLT
public static final SpellBook.Standard EARTH_BOLT
-
FIRE_BOLT
public static final SpellBook.Standard FIRE_BOLT
-
WIND_BLAST
public static final SpellBook.Standard WIND_BLAST
-
WATER_BLAST
public static final SpellBook.Standard WATER_BLAST
-
EARTH_BLAST
public static final SpellBook.Standard EARTH_BLAST
-
FIRE_BLAST
public static final SpellBook.Standard FIRE_BLAST
-
WIND_WAVE
public static final SpellBook.Standard WIND_WAVE
-
WATER_WAVE
public static final SpellBook.Standard WATER_WAVE
-
EARTH_WAVE
public static final SpellBook.Standard EARTH_WAVE
-
FIRE_WAVE
public static final SpellBook.Standard FIRE_WAVE
-
WIND_SURGE
public static final SpellBook.Standard WIND_SURGE
-
WATER_SURGE
public static final SpellBook.Standard WATER_SURGE
-
EARTH_SURGE
public static final SpellBook.Standard EARTH_SURGE
-
FIRE_SURGE
public static final SpellBook.Standard FIRE_SURGE
-
SARADOMIN_STRIKE
public static final SpellBook.Standard SARADOMIN_STRIKE
-
CLAWS_OF_GUTHIX
public static final SpellBook.Standard CLAWS_OF_GUTHIX
-
FLAMES_OF_ZAMORAK
public static final SpellBook.Standard FLAMES_OF_ZAMORAK
-
CRUMBLE_UNDEAD
public static final SpellBook.Standard CRUMBLE_UNDEAD
-
IBAN_BLAST
public static final SpellBook.Standard IBAN_BLAST
-
MAGIC_DART
public static final SpellBook.Standard MAGIC_DART
-
CONFUSE
public static final SpellBook.Standard CONFUSE
-
WEAKEN
public static final SpellBook.Standard WEAKEN
-
CURSE
public static final SpellBook.Standard CURSE
-
BIND
public static final SpellBook.Standard BIND
-
SNARE
public static final SpellBook.Standard SNARE
-
VULNERABILITY
public static final SpellBook.Standard VULNERABILITY
-
ENFEEBLE
public static final SpellBook.Standard ENFEEBLE
-
ENTANGLE
public static final SpellBook.Standard ENTANGLE
-
STUN
public static final SpellBook.Standard STUN
-
TELE_BLOCK
public static final SpellBook.Standard TELE_BLOCK
-
CHARGE
public static final SpellBook.Standard CHARGE
-
BONES_TO_BANANAS
public static final SpellBook.Standard BONES_TO_BANANAS
-
LOW_LEVEL_ALCHEMY
public static final SpellBook.Standard LOW_LEVEL_ALCHEMY
-
SUPERHEAT_ITEM
public static final SpellBook.Standard SUPERHEAT_ITEM
-
HIGH_LEVEL_ALCHEMY
public static final SpellBook.Standard HIGH_LEVEL_ALCHEMY
-
BONES_TO_PEACHES
public static final SpellBook.Standard BONES_TO_PEACHES
-
LVL_1_ENCHANT
public static final SpellBook.Standard LVL_1_ENCHANT
-
LVL_2_ENCHANT
public static final SpellBook.Standard LVL_2_ENCHANT
-
LVL_3_ENCHANT
public static final SpellBook.Standard LVL_3_ENCHANT
-
CHARGE_WATER_ORB
public static final SpellBook.Standard CHARGE_WATER_ORB
-
LVL_4_ENCHANT
public static final SpellBook.Standard LVL_4_ENCHANT
-
CHARGE_EARTH_ORB
public static final SpellBook.Standard CHARGE_EARTH_ORB
-
CHARGE_FIRE_ORB
public static final SpellBook.Standard CHARGE_FIRE_ORB
-
CHARGE_AIR_ORB
public static final SpellBook.Standard CHARGE_AIR_ORB
-
LVL_5_ENCHANT
public static final SpellBook.Standard LVL_5_ENCHANT
-
LVL_6_ENCHANT
public static final SpellBook.Standard LVL_6_ENCHANT
-
LVL_7_ENCHANT
public static final SpellBook.Standard LVL_7_ENCHANT
-
TELEKINETIC_GRAB
public static final SpellBook.Standard TELEKINETIC_GRAB
-
-
Method Detail
-
values
public static SpellBook.Standard[] 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.Standard c : SpellBook.Standard.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.Standard 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()
-
haveEquipment
public boolean haveEquipment()
-
haveItem
public boolean haveItem()
-
-