Enum Class TitleType

java.lang.Object
java.lang.Enum<TitleType>
studio.magemonkey.fabled.data.TitleType
All Implemented Interfaces:
Serializable, Comparable<TitleType>, Constable

public enum TitleType extends Enum<TitleType>
Supported message types for the Title display
  • Enum Constant Details

    • EXP_GAINED

      public static final TitleType EXP_GAINED
    • EXP_LOST

      public static final TitleType EXP_LOST
    • LEVEL_UP

      public static final TitleType LEVEL_UP
    • LEVEL_DOWN

      public static final TitleType LEVEL_DOWN
    • STATUS

      public static final TitleType STATUS
    • COMBO

      public static final TitleType COMBO
  • Method Details

    • values

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