Uses of Class
org.bukkit.boss.BarStyle
-
Packages that use BarStyle Package Description org.bukkit More generalized classes in the API.org.bukkit.boss -
-
Uses of BarStyle in org.bukkit
Methods in org.bukkit with parameters of type BarStyle 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 BarStyle in org.bukkit.boss
Methods in org.bukkit.boss that return BarStyle Modifier and Type Method Description BarStyleBossBar. getStyle()Returns the style of this boss barstatic BarStyleBarStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static BarStyle[]BarStyle. 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 BarStyle Modifier and Type Method Description voidBossBar. setStyle(BarStyle style)Sets the bar style of this boss bar
-