接口的使用
org.bukkit.boss.KeyedBossBar
-
org.bukkit中KeyedBossBar的使用
修饰符和类型方法说明static @NotNull KeyedBossBar
Bukkit.createBossBar
(@NotNull NamespacedKey key, @Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) 创建一个Boss血量条实例.Server.createBossBar
(@NotNull NamespacedKey key, @Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) 创建一个Boss血量条实例.static @Nullable KeyedBossBar
Bukkit.getBossBar
(@NotNull NamespacedKey key) Gets theKeyedBossBar
specified by this key.Server.getBossBar
(@NotNull NamespacedKey key) Gets theKeyedBossBar
specified by this key.修饰符和类型方法说明static @NotNull Iterator<KeyedBossBar>
Bukkit.getBossBars()
获取一个不可编辑的用于迭代所有持久存储的boss血量条的迭代器.Server.getBossBars()
获取一个不可编辑的用于迭代所有持久存储的boss血量条的迭代器.