Uses of Interface
org.bukkit.boss.KeyedBossBar
-
Packages that use KeyedBossBar Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of KeyedBossBar in org.bukkit
Fields in org.bukkit with type parameters of type KeyedBossBar Modifier and Type Field Description static Registry<KeyedBossBar>Registry. BOSS_BARSCustom boss bars.Methods in org.bukkit that return KeyedBossBar Modifier and Type Method Description 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 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.static @Nullable KeyedBossBarBukkit. getBossBar(@NotNull NamespacedKey key)Gets theKeyedBossBarspecified by this key.@Nullable KeyedBossBarServer. getBossBar(@NotNull NamespacedKey key)Gets theKeyedBossBarspecified by this key.Methods in org.bukkit that return types with arguments of type KeyedBossBar Modifier and Type Method Description static @NotNull Iterator<KeyedBossBar>Bukkit. getBossBars()Gets an unmodifiable iterator through all persistent bossbars.@NotNull Iterator<KeyedBossBar>Server. getBossBars()Gets an unmodifiable iterator through all persistent bossbars.
-