Uses of Class
org.bukkit.boss.BarColor
-
Packages that use BarColor Package Description org.bukkit More generalized classes in the API.org.bukkit.boss -
-
Uses of BarColor in org.bukkit
Methods in org.bukkit with parameters of type BarColor Modifier and Type Method Description static BossBarBukkit. createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.static KeyedBossBarBukkit. createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.BossBarServer. createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.KeyedBossBarServer. 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
Methods in org.bukkit.boss that return BarColor Modifier and Type Method Description BarColorBossBar. getColor()Returns the color of this boss barstatic BarColorBarColor. valueOf(String name)Returns the enum constant of this type with the specified name.static BarColor[]BarColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.boss with parameters of type BarColor Modifier and Type Method Description voidBossBar. setColor(BarColor color)Sets the color of this boss bar.
-