Enum Class BossType

java.lang.Object
java.lang.Enum<BossType>
com.prineside.tdi2.enums.BossType
All Implemented Interfaces:
Serializable, Comparable<BossType>, Constable

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

    • BROOT

      public static final BossType BROOT
    • SNAKE

      public static final BossType SNAKE
    • CONSTRUCTOR

      public static final BossType CONSTRUCTOR
    • MOBCHAIN

      public static final BossType MOBCHAIN
    • METAPHOR

      public static final BossType METAPHOR
  • Field Details

    • values

      public static final BossType[] values
  • Method Details

    • values

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