Uses of Enum Class
org.bukkit.boss.BarColor
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes concerning the creation of boss bars that appear at the top of the
player's screen.
-
Uses of BarColor in org.bukkit
Modifier and TypeMethodDescriptionstatic BossBar
Bukkit.createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players.static KeyedBossBar
Bukkit.createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players.Server.createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players.Server.createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players. -
Uses of BarColor in org.bukkit.boss
Modifier and TypeMethodDescriptionBossBar.getColor()
Returns the color of this boss barstatic BarColor
Returns the enum constant of this class with the specified name.static BarColor[]
BarColor.values()
Returns an array containing the constants of this enum class, in the order they are declared.