Uses of Enum Class
org.bukkit.boss.BarStyle
Packages that use BarStyle
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 BarStyle in org.bukkit
Methods in org.bukkit with parameters of type BarStyleModifier and TypeMethodDescriptionstatic @NotNull KeyedBossBar
Bukkit.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.Bukkit.createBossBar
(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.Server.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.Server.createBossBar
(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull 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 BarStyleModifier and TypeMethodDescriptionBossBar.getStyle()
Returns the style of this boss barstatic BarStyle
Returns the enum constant of this class with the specified name.static BarStyle[]
BarStyle.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 BarStyle