Package rs.kreme.ksbot.api.game.magic
Enum SpellBook.Lunar
- java.lang.Object
-
- java.lang.Enum<SpellBook.Lunar>
-
- rs.kreme.ksbot.api.game.magic.SpellBook.Lunar
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<SpellBook.Lunar>
,Spell
- Enclosing class:
- SpellBook
public static enum SpellBook.Lunar extends java.lang.Enum<SpellBook.Lunar> 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.Lunar
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpellBook.Lunar[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LUNAR_HOME_TELEPORT
public static final SpellBook.Lunar LUNAR_HOME_TELEPORT
-
MOONCLAN_TELEPORT
public static final SpellBook.Lunar MOONCLAN_TELEPORT
-
TELE_GROUP_MOONCLAN
public static final SpellBook.Lunar TELE_GROUP_MOONCLAN
-
OURANIA_TELEPORT
public static final SpellBook.Lunar OURANIA_TELEPORT
-
WATERBIRTH_TELEPORT
public static final SpellBook.Lunar WATERBIRTH_TELEPORT
-
TELE_GROUP_WATERBIRTH
public static final SpellBook.Lunar TELE_GROUP_WATERBIRTH
-
BARBARIAN_TELEPORT
public static final SpellBook.Lunar BARBARIAN_TELEPORT
-
TELE_GROUP_BARBARIAN
public static final SpellBook.Lunar TELE_GROUP_BARBARIAN
-
KHAZARD_TELEPORT
public static final SpellBook.Lunar KHAZARD_TELEPORT
-
TELE_GROUP_KHAZARD
public static final SpellBook.Lunar TELE_GROUP_KHAZARD
-
FISHING_GUILD_TELEPORT
public static final SpellBook.Lunar FISHING_GUILD_TELEPORT
-
TELE_GROUP_FISHING_GUILD
public static final SpellBook.Lunar TELE_GROUP_FISHING_GUILD
-
CATHERBY_TELEPORT
public static final SpellBook.Lunar CATHERBY_TELEPORT
-
TELE_GROUP_CATHERBY
public static final SpellBook.Lunar TELE_GROUP_CATHERBY
-
ICE_PLATEAU_TELEPORT
public static final SpellBook.Lunar ICE_PLATEAU_TELEPORT
-
TELE_GROUP_ICE_PLATEAU
public static final SpellBook.Lunar TELE_GROUP_ICE_PLATEAU
-
MONSTER_EXAMINE
public static final SpellBook.Lunar MONSTER_EXAMINE
-
CURE_OTHER
public static final SpellBook.Lunar CURE_OTHER
-
CURE_ME
public static final SpellBook.Lunar CURE_ME
-
CURE_GROUP
public static final SpellBook.Lunar CURE_GROUP
-
STAT_SPY
public static final SpellBook.Lunar STAT_SPY
-
DREAM
public static final SpellBook.Lunar DREAM
-
STAT_RESTORE_POT_SHARE
public static final SpellBook.Lunar STAT_RESTORE_POT_SHARE
-
BOOST_POTION_SHARE
public static final SpellBook.Lunar BOOST_POTION_SHARE
-
ENERGY_TRANSFER
public static final SpellBook.Lunar ENERGY_TRANSFER
-
HEAL_OTHER
public static final SpellBook.Lunar HEAL_OTHER
-
VENGEANCE_OTHER
public static final SpellBook.Lunar VENGEANCE_OTHER
-
VENGEANCE
public static final SpellBook.Lunar VENGEANCE
-
HEAL_GROUP
public static final SpellBook.Lunar HEAL_GROUP
-
BAKE_PIE
public static final SpellBook.Lunar BAKE_PIE
-
GEOMANCY
public static final SpellBook.Lunar GEOMANCY
-
CURE_PLANT
public static final SpellBook.Lunar CURE_PLANT
-
NPC_CONTACT
public static final SpellBook.Lunar NPC_CONTACT
-
HUMIDIFY
public static final SpellBook.Lunar HUMIDIFY
-
HUNTER_KIT
public static final SpellBook.Lunar HUNTER_KIT
-
SPIN_FLAX
public static final SpellBook.Lunar SPIN_FLAX
-
SUPERGLASS_MAKE
public static final SpellBook.Lunar SUPERGLASS_MAKE
-
TAN_LEATHER
public static final SpellBook.Lunar TAN_LEATHER
-
STRING_JEWELLERY
public static final SpellBook.Lunar STRING_JEWELLERY
-
MAGIC_IMBUE
public static final SpellBook.Lunar MAGIC_IMBUE
-
FERTILE_SOIL
public static final SpellBook.Lunar FERTILE_SOIL
-
PLANK_MAKE
public static final SpellBook.Lunar PLANK_MAKE
-
RECHARGE_DRAGONSTONE
public static final SpellBook.Lunar RECHARGE_DRAGONSTONE
-
SPELLBOOK_SWAP
public static final SpellBook.Lunar SPELLBOOK_SWAP
-
-
Method Detail
-
values
public static SpellBook.Lunar[] 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.Lunar c : SpellBook.Lunar.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.Lunar 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()
-
-