| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.boss | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static BossBar | Bukkit. createBossBar(java.lang.String title,
             BarColor color,
             BarStyle style,
             BarFlag... flags) | Creates a boss bar instance to display to players. | 
| BossBar | Server. createBossBar(java.lang.String title,
             BarColor color,
             BarStyle style,
             BarFlag... flags) | Creates a boss bar instance to display to players. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| BarStyle | BossBar. getStyle() | Returns the style of this boss bar | 
| static BarStyle | BarStyle. valueOf(java.lang.String name) | Returns the enum constant of this type with the specified name. | 
| static BarStyle[] | BarStyle. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | BossBar. setStyle(BarStyle style) | Sets the bar style of this boss bar | 
Copyright © 2018. All rights reserved.