public class InventoryContentSerializer_v712 extends InventoryContentSerializer_v407
| Modifier and Type | Field and Description |
|---|---|
static InventoryContentSerializer_v712 |
INSTANCE |
| Constructor and Description |
|---|
InventoryContentSerializer_v712() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet) |
public static final InventoryContentSerializer_v712 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet)
serialize in interface BedrockPacketSerializer<InventoryContentPacket>serialize in class InventoryContentSerializer_v407public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet)
deserialize in interface BedrockPacketSerializer<InventoryContentPacket>deserialize in class InventoryContentSerializer_v407