Uses of Enum Class
org.bukkit.boss.BarColor
Packages that use 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
Methods in org.bukkit with parameters of type BarColorModifier and TypeMethodDescriptionstatic @NotNull BossBarBukkit.createBossBar(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.static @NotNull KeyedBossBarBukkit.createBossBar(@NotNull NamespacedKey key, @Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.@NotNull BossBarServer.createBossBar(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.@NotNull KeyedBossBarServer.createBossBar(@NotNull NamespacedKey key, @Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players. -
Uses of BarColor in org.bukkit.boss
Methods in org.bukkit.boss that return BarColorModifier and TypeMethodDescription@NotNull BarColorBossBar.getColor()Returns the color of this boss barstatic BarColorReturns 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.Methods in org.bukkit.boss with parameters of type BarColor