Enum TeamColor

java.lang.Object
java.lang.Enum<TeamColor>
fr.luc.crcore.team.TeamColor
All Implemented Interfaces:
Serializable, Comparable<TeamColor>

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

    • RED

      public static final TeamColor RED
    • BLUE

      public static final TeamColor BLUE
    • GREEN

      public static final TeamColor GREEN
    • YELLOW

      public static final TeamColor YELLOW
    • AQUA

      public static final TeamColor AQUA
    • LIGHT_PURPLE

      public static final TeamColor LIGHT_PURPLE
    • GOLD

      public static final TeamColor GOLD
    • WHITE

      public static final TeamColor WHITE
    • BLACK

      public static final TeamColor BLACK
    • DARK_BLUE

      public static final TeamColor DARK_BLUE
    • DARK_GREEN

      public static final TeamColor DARK_GREEN
    • DARK_AQUA

      public static final TeamColor DARK_AQUA
    • DARK_RED

      public static final TeamColor DARK_RED
    • DARK_PURPLE

      public static final TeamColor DARK_PURPLE
    • DARK_GRAY

      public static final TeamColor DARK_GRAY
    • GRAY

      public static final TeamColor GRAY
  • Method Details

    • values

      public static TeamColor[] 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 TeamColor 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
    • getChatColor

      public org.bukkit.ChatColor getChatColor()
    • getDyeColor

      public org.bukkit.DyeColor getDyeColor()
    • getDisplayName

      public String getDisplayName()