Package org.rspeer.game.component.tdi
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 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface org.rspeer.game.component.tdi.Spell
Spell.Ancient, Spell.Arceuus, Spell.Lunar, Spell.Modern
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptiondouble
int
getBook()
int
int
boolean
toString()
static Spell.Lunar
Returns 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 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
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:
getLevelRequired
in interfaceSpell
-
getBaseExperience
public double getBaseExperience()- Specified by:
getBaseExperience
in interfaceSpell
-
getBaseMaxHit
public int getBaseMaxHit()- Specified by:
getBaseMaxHit
in interfaceSpell
-
getDisabledMaterialId
public int getDisabledMaterialId()- Specified by:
getDisabledMaterialId
in interfaceSpell
-
isAutoCasted
public boolean isAutoCasted()- Specified by:
isAutoCasted
in interfaceSpell
-
getAddress
- Specified by:
getAddress
in interfaceSpell
-
toString
- Overrides:
toString
in classEnum<Spell.Lunar>
-