| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
ViaAPI.createBossBar(String title,
             BossColor color,
             BossStyle style)
Create a new bossbar instance 
 | 
BossBar | 
ViaAPI.createBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)
Create a new bossbar instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract BossStyle | 
BossBar.getStyle()
Get the bosbar style 
 | 
static BossStyle | 
BossStyle.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BossStyle[] | 
BossStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract BossBar | 
BossBar.setStyle(BossStyle style)
Change the bosbar style 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BossStyle | 
CommonBoss.getStyle()  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
CommonBoss.setStyle(BossStyle style)  | 
| Constructor and Description | 
|---|
CommonBoss(String title,
          float health,
          BossColor color,
          BossStyle style)  | 
ViaBossBar(String title,
          float health,
          BossColor color,
          BossStyle style)  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar<org.bukkit.entity.Player> | 
BukkitViaAPI.createBossBar(String title,
             BossColor color,
             BossStyle style)  | 
BossBar<org.bukkit.entity.Player> | 
BukkitViaAPI.createBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
BungeeViaAPI.createBossBar(String title,
             BossColor color,
             BossStyle style)  | 
BossBar | 
BungeeViaAPI.createBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Constructor and Description | 
|---|
BungeeBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
SpongeViaAPI.createBossBar(String title,
             BossColor color,
             BossStyle style)  | 
BossBar | 
SpongeViaAPI.createBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Constructor and Description | 
|---|
SpongeBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
VelocityViaAPI.createBossBar(String title,
             BossColor color,
             BossStyle style)  | 
BossBar | 
VelocityViaAPI.createBossBar(String title,
             float health,
             BossColor color,
             BossStyle style)  | 
| Constructor and Description | 
|---|
VelocityBossBar(String title,
               float health,
               BossColor color,
               BossStyle style)  | 
Copyright © 2016–2021. All rights reserved.