Enum BossBar.Color

java.lang.Object
java.lang.Enum<BossBar.Color>
net.kyori.adventure.bossbar.BossBar.Color
All Implemented Interfaces:
Serializable, Comparable<BossBar.Color>
Enclosing interface:
BossBar

public static enum BossBar.Color
extends Enum<BossBar.Color>
One of the colors the bar component of a BossBar.

This color does not affect the color of the bar's name text.

The exact color for each named value may vary slightly based on game version.

Since:
4.0.0
  • Enum Constant Details

    • PINK

      public static final BossBar.Color PINK
      Pink.
      Since:
      4.0.0
      Since Minecraft:
      1.9
    • BLUE

      public static final BossBar.Color BLUE
      Blue.
      Since:
      4.0.0
      Since Minecraft:
      1.9
    • RED

      public static final BossBar.Color RED
      Red.
      Since:
      4.0.0
      Since Minecraft:
      1.9
    • GREEN

      public static final BossBar.Color GREEN
      Green.
      Since:
      4.0.0
      Since Minecraft:
      1.9
    • YELLOW

      public static final BossBar.Color YELLOW
      Yellow.
      Since:
      4.0.0
      Since Minecraft:
      1.9
    • PURPLE

      public static final BossBar.Color PURPLE
      Purple.
      Since:
      4.0.0
    • WHITE

      public static final BossBar.Color WHITE
      White.
      Since:
      4.0.0
      Since Minecraft:
      1.9
  • Field Details

  • Method Details

    • values

      public static BossBar.Color[] 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 BossBar.Color 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