Enum ChatColor

java.lang.Object
java.lang.Enum<ChatColor>
de.themoep.resourcepacksplugin.core.ChatColor
All Implemented Interfaces:
Serializable, Comparable<ChatColor>, java.lang.constant.Constable

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

    • BLACK

      public static final ChatColor BLACK
    • DARK_BLUE

      public static final ChatColor DARK_BLUE
    • DARK_GREEN

      public static final ChatColor DARK_GREEN
    • DARK_AQUA

      public static final ChatColor DARK_AQUA
    • DARK_RED

      public static final ChatColor DARK_RED
    • DARK_PURPLE

      public static final ChatColor DARK_PURPLE
    • GOLD

      public static final ChatColor GOLD
    • GRAY

      public static final ChatColor GRAY
    • DARK_GRAY

      public static final ChatColor DARK_GRAY
    • BLUE

      public static final ChatColor BLUE
    • GREEN

      public static final ChatColor GREEN
    • AQUA

      public static final ChatColor AQUA
    • RED

      public static final ChatColor RED
    • LIGHT_PURPLE

      public static final ChatColor LIGHT_PURPLE
    • YELLOW

      public static final ChatColor YELLOW
    • WHITE

      public static final ChatColor WHITE
    • MAGIC

      public static final ChatColor MAGIC
    • BOLD

      public static final ChatColor BOLD
    • STRIKETHROUGH

      public static final ChatColor STRIKETHROUGH
    • UNDERLINE

      public static final ChatColor UNDERLINE
    • ITALIC

      public static final ChatColor ITALIC
    • RESET

      public static final ChatColor RESET
  • Method Details

    • values

      public static ChatColor[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ChatColor valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ChatColor>
    • usage

      public static String usage(String string)