public class BlockEntityDataSerializer_v291 extends Object implements BedrockPacketSerializer<BlockEntityDataPacket>
| Modifier and Type | Field and Description |
|---|---|
static BlockEntityDataSerializer_v291 |
INSTANCE |
| Constructor and Description |
|---|
BlockEntityDataSerializer_v291() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
BlockEntityDataPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
BlockEntityDataPacket packet) |
public static final BlockEntityDataSerializer_v291 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, BlockEntityDataPacket packet)
serialize in interface BedrockPacketSerializer<BlockEntityDataPacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, BlockEntityDataPacket packet)
deserialize in interface BedrockPacketSerializer<BlockEntityDataPacket>Copyright © 2018–2022 CloudburstMC. All rights reserved.