Package org.dreambot.api.methods.magic
Enum Arceuus
- java.lang.Object
- 
- java.lang.Enum<Arceuus>
- 
- org.dreambot.api.methods.magic.Arceuus
 
 
- 
- 
Enum Constant Summary
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAutocastId()intgetChild()Rune[]getCost()intgetLevel()doublegetMagicExp()intgetMaxHit()intgetParent()doublegetPrayerExp()java.lang.StringtoString()static ArceuusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Arceuus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
ARCEUS_HOME_TELEPORTpublic static final Arceuus ARCEUS_HOME_TELEPORT 
 - 
ARCEUUS_LIBRARY_TELEPORTpublic static final Arceuus ARCEUUS_LIBRARY_TELEPORT 
 - 
BASIC_REANIMATIONpublic static final Arceuus BASIC_REANIMATION 
 - 
DRAYNOR_MANOR_TELEPORTpublic static final Arceuus DRAYNOR_MANOR_TELEPORT 
 - 
BATTLEFRONT_TELEPORTpublic static final Arceuus BATTLEFRONT_TELEPORT 
 - 
MIND_ALTAR_TELEPORTpublic static final Arceuus MIND_ALTAR_TELEPORT 
 - 
RESPAWN_TELEPORTpublic static final Arceuus RESPAWN_TELEPORT 
 - 
GHOSTLY_GRASPpublic static final Arceuus GHOSTLY_GRASP 
 - 
RESURRECT_LESSER_GHOSTpublic static final Arceuus RESURRECT_LESSER_GHOST 
 - 
RESURRECT_LESSER_SKELETONpublic static final Arceuus RESURRECT_LESSER_SKELETON 
 - 
RESURRECT_LESSER_ZOMBIEpublic static final Arceuus RESURRECT_LESSER_ZOMBIE 
 - 
SALVE_GRAVEYARD_TELEPORTpublic static final Arceuus SALVE_GRAVEYARD_TELEPORT 
 - 
ADEPT_REANIMATIONpublic static final Arceuus ADEPT_REANIMATION 
 - 
INFERIOR_DEMONBANEpublic static final Arceuus INFERIOR_DEMONBANE 
 - 
FENKENSTRAINS_CASTLE_TELEPORTpublic static final Arceuus FENKENSTRAINS_CASTLE_TELEPORT 
 - 
SHADOW_VEILpublic static final Arceuus SHADOW_VEIL 
 - 
DARK_LUREpublic static final Arceuus DARK_LURE 
 - 
SKELETAL_GRASPpublic static final Arceuus SKELETAL_GRASP 
 - 
RESURRECT_SUPERIOR_GHOSTpublic static final Arceuus RESURRECT_SUPERIOR_GHOST 
 - 
RESURRECT_SUPERIOR_SKELETONpublic static final Arceuus RESURRECT_SUPERIOR_SKELETON 
 - 
RESURRECT_SUPERIOR_ZOMBIEpublic static final Arceuus RESURRECT_SUPERIOR_ZOMBIE 
 - 
MARK_OF_DARKNESSpublic static final Arceuus MARK_OF_DARKNESS 
 - 
WEST_ARDOUGNE_TELEPORTpublic static final Arceuus WEST_ARDOUGNE_TELEPORT 
 - 
SUPERIOR_DEMONBANEpublic static final Arceuus SUPERIOR_DEMONBANE 
 - 
LESSER_CORRUPTIONpublic static final Arceuus LESSER_CORRUPTION 
 - 
HARMONY_ISLAND_TELEPORTpublic static final Arceuus HARMONY_ISLAND_TELEPORT 
 - 
VILE_VIGOURpublic static final Arceuus VILE_VIGOUR 
 - 
DEGRIMEpublic static final Arceuus DEGRIME 
 - 
CEMETERY_TELEPORTpublic static final Arceuus CEMETERY_TELEPORT 
 - 
EXPERT_REANIMATIONpublic static final Arceuus EXPERT_REANIMATION 
 - 
WARD_OF_ARCEUUSpublic static final Arceuus WARD_OF_ARCEUUS 
 - 
RESURRECT_GREATER_GHOSTpublic static final Arceuus RESURRECT_GREATER_GHOST 
 - 
RESURRECT_GREATER_SKELETONpublic static final Arceuus RESURRECT_GREATER_SKELETON 
 - 
RESURRECT_GREATER_ZOMBIEpublic static final Arceuus RESURRECT_GREATER_ZOMBIE 
 - 
RESURRECT_CROPSpublic static final Arceuus RESURRECT_CROPS 
 - 
UNDEAD_GRASPpublic static final Arceuus UNDEAD_GRASP 
 - 
DEATH_CHARGEpublic static final Arceuus DEATH_CHARGE 
 - 
DARK_DEMONBANEpublic static final Arceuus DARK_DEMONBANE 
 - 
BARROWS_TELEPORTpublic static final Arceuus BARROWS_TELEPORT 
 - 
DEMONIC_OFFERINGpublic static final Arceuus DEMONIC_OFFERING 
 - 
GREATER_CORRUPTIONpublic static final Arceuus GREATER_CORRUPTION 
 - 
MASTER_REANIMATIONpublic static final Arceuus MASTER_REANIMATION 
 - 
APE_ATOLL_TELEPORTpublic static final Arceuus APE_ATOLL_TELEPORT 
 - 
SINISTER_OFFERINGpublic static final Arceuus SINISTER_OFFERING 
 
- 
 - 
Method Detail- 
valuespublic static Arceuus[] 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 (Arceuus c : Arceuus.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static Arceuus 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 name
- java.lang.NullPointerException- if the argument is null
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Enum<Arceuus>
 
 - 
getMagicExppublic double getMagicExp() 
 - 
getPrayerExppublic double getPrayerExp() 
 - 
getAutocastIdpublic int getAutocastId() 
 
- 
 
-