| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game | |
| com.github.steveice10.mc.protocol.packet.ingame.server |
| Modifier and Type | Method and Description |
|---|---|
static BossBarColor |
BossBarColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BossBarColor[] |
BossBarColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BossBarColor |
ServerBossBarPacket.getColor() |
| Constructor and Description |
|---|
ServerBossBarPacket(UUID uuid,
BossBarAction action,
BossBarColor color,
BossBarDivision division) |
ServerBossBarPacket(UUID uuid,
BossBarAction action,
String title,
float health,
BossBarColor color,
BossBarDivision division,
boolean darkenSky,
boolean dragonBar,
boolean escape) |
Copyright © 2020. All rights reserved.