Uses of Interface
org.bukkit.boss.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
Modifier and TypeMethodDescriptionstatic BossBar
Bukkit.createBossBar
(String title, BarColor color, BarStyle style, BarFlag... flags) Creates a boss bar instance to display to players.Server.createBossBar
(String title, BarColor color, BarStyle style, BarFlag... flags) Creates a boss bar instance to display to players. -
Uses of BossBar in org.bukkit.boss
Modifier and TypeInterfaceDescriptioninterface
Represents a customBossBar
that has aNamespacedKey
Modifier and TypeMethodDescriptionDragonBattle.getBossBar()
Get the boss bar to be displayed for this dragon battle. -
Uses of BossBar in org.bukkit.entity