Modifier and Type | Method and Description |
---|---|
AbstractBossBar.BarColor |
AbstractBossBar.getColor()
Returns the color of this boss bar
|
static AbstractBossBar.BarColor |
AbstractBossBar.BarColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBossBar.BarColor[] |
AbstractBossBar.BarColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractBossBar |
ServerInterface.createBossBar(String title,
AbstractBossBar.BarColor color,
AbstractBossBar.BarStyle style) |
Modifier and Type | Method and Description |
---|---|
AbstractBossBar.BarColor |
BukkitBossBar.getColor() |
Modifier and Type | Method and Description |
---|---|
AbstractBossBar |
BukkitServer.createBossBar(String title,
AbstractBossBar.BarColor color,
AbstractBossBar.BarStyle style) |
Constructor and Description |
---|
BukkitBossBar(String title,
AbstractBossBar.BarColor aColor,
AbstractBossBar.BarStyle aStyle) |
Modifier and Type | Field and Description |
---|---|
protected AbstractBossBar.BarColor |
MythicMob.bossBarColor |
Modifier and Type | Field and Description |
---|---|
protected AbstractBossBar.BarColor |
Aura.barTimerColor |
Modifier and Type | Field and Description |
---|---|
protected AbstractBossBar.BarColor |
BarCreateMechanic.barTimerColor |
Copyright © 2020. All rights reserved.