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