public class DeathInfoSerializer_v534 extends java.lang.Object implements BedrockPacketSerializer<DeathInfoPacket>
| Modifier and Type | Field and Description |
|---|---|
static DeathInfoSerializer_v534 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
DeathInfoSerializer_v534() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DeathInfoPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DeathInfoPacket packet) |
public static final DeathInfoSerializer_v534 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DeathInfoPacket packet)
serialize in interface BedrockPacketSerializer<DeathInfoPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
DeathInfoPacket packet)
deserialize in interface BedrockPacketSerializer<DeathInfoPacket>