public class InventoryContentSerializer_v729 extends InventoryContentSerializer_v407
| Modifier and Type | Field and Description |
|---|---|
static InventoryContentSerializer_v729 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryContentSerializer_v729() |
| 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_v729 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