Uses of Interface
org.bukkit.boss.KeyedBossBar
-
Packages that use KeyedBossBar Package Description org.bukkit More generalized classes in the API. -
-
Uses of KeyedBossBar in org.bukkit
Methods in org.bukkit that return KeyedBossBar Modifier and Type Method Description static KeyedBossBar
Bukkit. createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players.KeyedBossBar
Server. createBossBar(NamespacedKey key, String title, BarColor color, BarStyle style, BarFlag... flags)
Creates a boss bar instance to display to players.static KeyedBossBar
Bukkit. getBossBar(NamespacedKey key)
Gets theKeyedBossBar
specified by this key.KeyedBossBar
Server. getBossBar(NamespacedKey key)
Gets theKeyedBossBar
specified by this key.Methods in org.bukkit that return types with arguments of type KeyedBossBar Modifier and Type Method Description static Iterator<KeyedBossBar>
Bukkit. getBossBars()
Gets an unmodifiable iterator through all persistent bossbars.Iterator<KeyedBossBar>
Server. getBossBars()
Gets an unmodifiable iterator through all persistent bossbars.
-