public class InventoryTransactionSerializer_v407 extends InventoryTransactionSerializer_v291
| Modifier and Type | Field and Description |
|---|---|
static InventoryTransactionSerializer_v407 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
InventoryTransactionSerializer_v407() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet) |
readItemRelease, readItemUseOnEntity, writeItemRelease, writeItemUseOnEntitypublic static final InventoryTransactionSerializer_v407 INSTANCE
protected InventoryTransactionSerializer_v407()
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet)
serialize in interface BedrockPacketSerializer<InventoryTransactionPacket>serialize in class InventoryTransactionSerializer_v291public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet)
deserialize in interface BedrockPacketSerializer<InventoryTransactionPacket>deserialize in class InventoryTransactionSerializer_v291