| Package | Description |
|---|---|
| net.minecraft.network.play.server | |
| net.minecraft.world |
| Modifier and Type | Field and Description |
|---|---|
private BossInfo.Overlay |
SPacketUpdateBossInfo.overlay |
| Modifier and Type | Method and Description |
|---|---|
BossInfo.Overlay |
SPacketUpdateBossInfo.getOverlay() |
| Modifier and Type | Field and Description |
|---|---|
protected BossInfo.Overlay |
BossInfo.overlay |
| Modifier and Type | Method and Description |
|---|---|
BossInfo.Overlay |
BossInfo.getOverlay() |
static BossInfo.Overlay |
BossInfo.Overlay.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BossInfo.Overlay[] |
BossInfo.Overlay.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BossInfoServer.setOverlay(BossInfo.Overlay overlayIn) |
void |
BossInfo.setOverlay(BossInfo.Overlay overlayIn) |
| Constructor and Description |
|---|
BossInfo(java.util.UUID uniqueIdIn,
ITextComponent nameIn,
BossInfo.Color colorIn,
BossInfo.Overlay overlayIn) |
BossInfoServer(ITextComponent nameIn,
BossInfo.Color colorIn,
BossInfo.Overlay overlayIn) |