Uses of Interface
org.bukkit.boss.BossBar
Packages that use BossBar
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.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of BossBar in org.bukkit
Methods in org.bukkit that return BossBarModifier and TypeMethodDescriptionstatic @NotNull BossBar
Bukkit.createBossBar
(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.@NotNull BossBar
Server.createBossBar
(@Nullable String title, @NotNull BarColor color, @NotNull BarStyle style, @NotNull BarFlag... flags) Creates a boss bar instance to display to players.@NotNull BossBar
Raid.getBossBar()
Get the boss bar to be displayed for this raid. -
Uses of BossBar in org.bukkit.boss
Subinterfaces of BossBar in org.bukkit.bossModifier and TypeInterfaceDescriptioninterface
Represents a customBossBar
that has aNamespacedKey
Methods in org.bukkit.boss that return BossBarModifier and TypeMethodDescription@NotNull BossBar
DragonBattle.getBossBar()
Get the boss bar to be displayed for this dragon battle. -
Uses of BossBar in org.bukkit.entity
Methods in org.bukkit.entity that return BossBar