Package com.epicbot.api.shared.model
Enum Class Spell.Ancient
- All Implemented Interfaces:
Spell,Serializable,Comparable<Spell.Ancient>,Constable
- 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 com.epicbot.api.shared.model.Spell
Spell.Ancient, Spell.Arceuus, Spell.Book, Spell.Lunar, Spell.Modern -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionintgetBook()intdoubleintintstatic Spell.AncientReturns the enum constant of this class with the specified name.static Spell.Ancient[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.epicbot.api.shared.model.Spell
getName, getWidgetChild
-
Enum Constant Details
-
HOME_TELEPORT_ANCIENT
-
SMOKE_RUSH
-
SHADOW_RUSH
-
PADDEWWA_TELEPORT
-
BLOOD_RUSH
-
ICE_RUSH
-
SENNTISTEN_TELEPORT
-
SMOKE_BURST
-
SHADOW_BURST
-
KHARYLL_TELEPORT
-
BLOOD_BURST
-
ICE_BURST
-
LASSAR_TELEPORT
-
SMOKE_BLITZ
-
SHADOW_BLITZ
-
DAREEYAK_TELEPORT
-
BLOOD_BLITZ
-
ICE_BLITZ
-
CARRALLANGAR_TELEPORT
-
TELEPORT_TO_TARGET
-
SMOKE_BARRAGE
-
SHADOW_BARRAGE
-
ANNAKARL_TELEPORT
-
BLOOD_BARRAGE
-
ICE_BARRAGE
-
GHORROCK_TELEPORT
-
-
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
-
getExperience
public double getExperience()- Specified by:
getExperiencein interfaceSpell
-
getMaxHit
public int getMaxHit() -
getSpellName
- Specified by:
getSpellNamein interfaceSpell
-
getAutoCastVar
public int getAutoCastVar()- Specified by:
getAutoCastVarin interfaceSpell
-
getDisabledMaterialId
public int getDisabledMaterialId()- Specified by:
getDisabledMaterialIdin interfaceSpell
-