Uses of Interface
org.bukkit.boss.BossBar
-
Packages that use BossBar Package Description org.bukkit More generalized classes in the API.org.bukkit.boss org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc. -
-
Uses of BossBar in org.bukkit
Methods in org.bukkit that return BossBar Modifier and Type Method Description static BossBarBukkit. createBossBar(String title, BarColor color, BarStyle style, BarFlag... flags)Creates a boss bar instance to display to players.BossBarServer. 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
Subinterfaces of BossBar in org.bukkit.boss Modifier and Type Interface Description interfaceKeyedBossBarRepresents a customBossBarthat has aNamespacedKey -
Uses of BossBar in org.bukkit.entity
Methods in org.bukkit.entity that return BossBar Modifier and Type Method Description BossBarBoss. getBossBar()
-