Enum Class Spell.Lunar
- All Implemented Interfaces:
Serializable, Comparable<Spell.Lunar>, Constable, Spell
- Enclosing interface:
Spell
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface Spell
Spell.Ancient, Spell.Arceuus, Spell.Lunar, Spell.Modern -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiondoubleintgetBook()intintintbooleantoString()static Spell.LunarReturns the enum constant of this class with the specified name.static Spell.Lunar[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface Spell
getItemDefinition, getName
-
Enum Constant Details
-
LUNAR_HOME_TELEPORT
-
BAKE_PIE
-
GEOMANCY
-
CURE_PLANT
-
MONSTER_EXAMINE
-
NPC_CONTACT
-
CURE_OTHER
-
HUMIDIFY
-
MOONCLAN_TELEPORT
-
TELE_GROUP_MOONCLAN
-
CURE_ME
-
OURANIA_TELEPORT
-
HUNTER_KIT
-
WATERBIRTH_TELEPORT
-
TELE_GROUP_WATERBIRTH
-
CURE_GROUP
-
BARBARIAN_TELEPORT
-
STAT_SPY
-
TELE_GROUP_BARBARIAN
-
SPIN_FLAX
-
SUPERGLASS_MAKE
-
TAN_LEATHER
-
KHAZARD_TELEPORT
-
TELE_GROUP_KHAZARD
-
DREAM
-
STRING_JEWELRY
-
STAT_RESTORE_POT_SHARE
-
MAGIC_IMBUE
-
FERTILE_SOIL
-
BOOST_POTION_SHARE
-
FISHING_GUILD_TELEPORT
-
TELEPORT_TO_BOUNTY_TARGET
-
TELE_GROUP_FISHING_GUILD
-
PLANK_MAKE
-
CATHERBY_TELEPORT
-
TELE_GROUP_CATHERBY
-
RECHARGE_DRAGONSTONE
-
ICE_PLATEAU_TELEPORT
-
TELE_GROUP_ICE_PLATEAU
-
ENERGY_TRANSFER
-
HEAL_OTHER
-
VENGEANCE_OTHER
-
VENGEANCE
-
HEAL_GROUP
-
SPELLBOOK_SWAP
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getBook
-
getLevelRequired
public int getLevelRequired()- Specified by:
getLevelRequiredin interfaceSpell
-
getBaseExperience
public double getBaseExperience()- Specified by:
getBaseExperiencein interfaceSpell
-
getBaseMaxHit
public int getBaseMaxHit()- Specified by:
getBaseMaxHitin interfaceSpell
-
getDisabledMaterialId
public int getDisabledMaterialId()- Specified by:
getDisabledMaterialIdin interfaceSpell
-
isAutoCasted
public boolean isAutoCasted()- Specified by:
isAutoCastedin interfaceSpell
-
getAddress
- Specified by:
getAddressin interfaceSpell
-
getConfigItem
public int getConfigItem()- Specified by:
getConfigItemin interfaceSpell
-
toString
- Overrides:
toStringin classEnum<Spell.Lunar>
-