Enum Arceuus

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Arceuus>, Spell

    public enum Arceuus
    extends java.lang.Enum<Arceuus>
    implements Spell
    Created by Pandemic
    • Enum Constant Detail

      • ARCEUS_HOME_TELEPORT

        public static final Arceuus ARCEUS_HOME_TELEPORT
      • ARCEUUS_LIBRARY_TELEPORT

        public static final Arceuus ARCEUUS_LIBRARY_TELEPORT
      • BASIC_REANIMATION

        public static final Arceuus BASIC_REANIMATION
      • DRAYNOR_MANOR_TELEPORT

        public static final Arceuus DRAYNOR_MANOR_TELEPORT
      • BATTLEFRONT_TELEPORT

        public static final Arceuus BATTLEFRONT_TELEPORT
      • MIND_ALTAR_TELEPORT

        public static final Arceuus MIND_ALTAR_TELEPORT
      • RESPAWN_TELEPORT

        public static final Arceuus RESPAWN_TELEPORT
      • GHOSTLY_GRASP

        public static final Arceuus GHOSTLY_GRASP
      • RESURRECT_LESSER_GHOST

        public static final Arceuus RESURRECT_LESSER_GHOST
      • RESURRECT_LESSER_SKELETON

        public static final Arceuus RESURRECT_LESSER_SKELETON
      • RESURRECT_LESSER_ZOMBIE

        public static final Arceuus RESURRECT_LESSER_ZOMBIE
      • SALVE_GRAVEYARD_TELEPORT

        public static final Arceuus SALVE_GRAVEYARD_TELEPORT
      • ADEPT_REANIMATION

        public static final Arceuus ADEPT_REANIMATION
      • INFERIOR_DEMONBANE

        public static final Arceuus INFERIOR_DEMONBANE
      • FENKENSTRAINS_CASTLE_TELEPORT

        public static final Arceuus FENKENSTRAINS_CASTLE_TELEPORT
      • SHADOW_VEIL

        public static final Arceuus SHADOW_VEIL
      • DARK_LURE

        public static final Arceuus DARK_LURE
      • SKELETAL_GRASP

        public static final Arceuus SKELETAL_GRASP
      • RESURRECT_SUPERIOR_GHOST

        public static final Arceuus RESURRECT_SUPERIOR_GHOST
      • RESURRECT_SUPERIOR_SKELETON

        public static final Arceuus RESURRECT_SUPERIOR_SKELETON
      • RESURRECT_SUPERIOR_ZOMBIE

        public static final Arceuus RESURRECT_SUPERIOR_ZOMBIE
      • MARK_OF_DARKNESS

        public static final Arceuus MARK_OF_DARKNESS
      • WEST_ARDOUGNE_TELEPORT

        public static final Arceuus WEST_ARDOUGNE_TELEPORT
      • SUPERIOR_DEMONBANE

        public static final Arceuus SUPERIOR_DEMONBANE
      • LESSER_CORRUPTION

        public static final Arceuus LESSER_CORRUPTION
      • HARMONY_ISLAND_TELEPORT

        public static final Arceuus HARMONY_ISLAND_TELEPORT
      • VILE_VIGOUR

        public static final Arceuus VILE_VIGOUR
      • DEGRIME

        public static final Arceuus DEGRIME
      • CEMETERY_TELEPORT

        public static final Arceuus CEMETERY_TELEPORT
      • EXPERT_REANIMATION

        public static final Arceuus EXPERT_REANIMATION
      • WARD_OF_ARCEUUS

        public static final Arceuus WARD_OF_ARCEUUS
      • RESURRECT_GREATER_GHOST

        public static final Arceuus RESURRECT_GREATER_GHOST
      • RESURRECT_GREATER_SKELETON

        public static final Arceuus RESURRECT_GREATER_SKELETON
      • RESURRECT_GREATER_ZOMBIE

        public static final Arceuus RESURRECT_GREATER_ZOMBIE
      • RESURRECT_CROPS

        public static final Arceuus RESURRECT_CROPS
      • UNDEAD_GRASP

        public static final Arceuus UNDEAD_GRASP
      • DEATH_CHARGE

        public static final Arceuus DEATH_CHARGE
      • DARK_DEMONBANE

        public static final Arceuus DARK_DEMONBANE
      • BARROWS_TELEPORT

        public static final Arceuus BARROWS_TELEPORT
      • DEMONIC_OFFERING

        public static final Arceuus DEMONIC_OFFERING
      • GREATER_CORRUPTION

        public static final Arceuus GREATER_CORRUPTION
      • MASTER_REANIMATION

        public static final Arceuus MASTER_REANIMATION
      • APE_ATOLL_TELEPORT

        public static final Arceuus APE_ATOLL_TELEPORT
      • SINISTER_OFFERING

        public static final Arceuus SINISTER_OFFERING
    • Method Detail

      • values

        public 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
      • valueOf

        public 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
      • getParent

        public int getParent()
        Specified by:
        getParent in interface Spell
      • getChild

        public int getChild()
        Specified by:
        getChild in interface Spell
      • getLevel

        public int getLevel()
        Specified by:
        getLevel in interface Spell
      • getMagicExp

        public double getMagicExp()
      • getPrayerExp

        public double getPrayerExp()
      • getMaxHit

        public int getMaxHit()
        Specified by:
        getMaxHit in interface Spell
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<Arceuus>