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