public class InventoryContentSerializer_v748 extends java.lang.Object implements BedrockPacketSerializer<InventoryContentPacket>
| Modifier and Type | Field and Description |
|---|---|
static InventoryContentSerializer_v748 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryContentSerializer_v748() |
| 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_v748 INSTANCE
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet)
serialize in interface BedrockPacketSerializer<InventoryContentPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryContentPacket packet)
deserialize in interface BedrockPacketSerializer<InventoryContentPacket>