Package | Description |
---|---|
net.minecraft.network.play.server | |
net.minecraft.world.server |
Modifier and Type | Field and Description |
---|---|
private SUpdateBossInfoPacket.Operation |
SUpdateBossInfoPacket.operation |
Modifier and Type | Method and Description |
---|---|
SUpdateBossInfoPacket.Operation |
SUpdateBossInfoPacket.getOperation() |
static SUpdateBossInfoPacket.Operation |
SUpdateBossInfoPacket.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SUpdateBossInfoPacket.Operation[] |
SUpdateBossInfoPacket.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SUpdateBossInfoPacket(SUpdateBossInfoPacket.Operation operationIn,
BossInfo data) |
Modifier and Type | Method and Description |
---|---|
private void |
ServerBossInfo.sendUpdate(SUpdateBossInfoPacket.Operation operationIn) |