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