| 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 BossColor | 
BossBar.getColor()
Get the bossbar color 
 | 
static BossColor | 
BossColor.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BossColor[] | 
BossColor.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.setColor(BossColor color)
Yay colors! 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BossColor | 
CommonBoss.getColor()  | 
| Modifier and Type | Method and Description | 
|---|---|
BossBar | 
CommonBoss.setColor(BossColor color)  | 
| 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.