Enum Class GUIType

java.lang.Object
java.lang.Enum<GUIType>
studio.magemonkey.fabled.gui.tool.GUIType
All Implemented Interfaces:
Serializable, Comparable<GUIType>, Constable

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

    • CLASS_SELECTION

      public static final GUIType CLASS_SELECTION
    • CLASS_DETAILS

      public static final GUIType CLASS_DETAILS
    • SKILL_TREE

      public static final GUIType SKILL_TREE
    • ATTRIBUTES

      public static final GUIType ATTRIBUTES
  • Method Details

    • values

      public static GUIType[] 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 GUIType 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
    • next

      public GUIType next()
    • prev

      public GUIType prev()
    • getPrefix

      public String getPrefix()