Package | Description |
---|---|
net.minecraft.command.impl | |
net.minecraft.network.play.server | |
net.minecraft.world | |
net.minecraft.world.server |
Modifier and Type | Method and Description |
---|---|
private static int |
BossBarCommand.setStyle(CommandSource source,
CustomServerBossInfo bossbar,
BossInfo.Overlay styleIn) |
Modifier and Type | Field and Description |
---|---|
private BossInfo.Overlay |
SUpdateBossInfoPacket.overlay |
Modifier and Type | Method and Description |
---|---|
BossInfo.Overlay |
SUpdateBossInfoPacket.getOverlay() |
Modifier and Type | Field and Description |
---|---|
protected BossInfo.Overlay |
BossInfo.overlay |
Modifier and Type | Method and Description |
---|---|
static BossInfo.Overlay |
BossInfo.Overlay.byName(java.lang.String p_201485_0_) |
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 |
BossInfo.setOverlay(BossInfo.Overlay overlayIn) |
Constructor and Description |
---|
BossInfo(java.util.UUID uniqueIdIn,
ITextComponent nameIn,
BossInfo.Color colorIn,
BossInfo.Overlay overlayIn) |
Modifier and Type | Method and Description |
---|---|
void |
ServerBossInfo.setOverlay(BossInfo.Overlay overlayIn) |
Constructor and Description |
---|
ServerBossInfo(ITextComponent nameIn,
BossInfo.Color colorIn,
BossInfo.Overlay overlayIn) |