Enum Class Rune

java.lang.Object
java.lang.Enum<Rune>
net.storm.api.magic.Rune
All Implemented Interfaces:
Serializable, Comparable<Rune>, Constable

public enum Rune extends Enum<Rune>
  • Enum Constant Details

    • AIR

      public static final Rune AIR
    • EARTH

      public static final Rune EARTH
    • FIRE

      public static final Rune FIRE
    • WATER

      public static final Rune WATER
    • MIND

      public static final Rune MIND
    • BODY

      public static final Rune BODY
    • COSMIC

      public static final Rune COSMIC
    • CHAOS

      public static final Rune CHAOS
    • NATURE

      public static final Rune NATURE
    • LAW

      public static final Rune LAW
    • DEATH

      public static final Rune DEATH
    • ASTRAL

      public static final Rune ASTRAL
    • BLOOD

      public static final Rune BLOOD
    • SOUL

      public static final Rune SOUL
    • WRATH

      public static final Rune WRATH
  • Method Details

    • values

      public static Rune[] 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

      public static Rune valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getRuneNames

      public String[] getRuneNames()
    • getRuneId

      public int getRuneId()
    • getQuantity

      public int getQuantity()