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