public class InventoryTransactionSerializer_v407 extends InventoryTransactionSerializer_v291
| Modifier and Type | Field and Description |
|---|---|
static InventoryTransactionSerializer_v407 |
INSTANCE |
| Constructor and Description |
|---|
InventoryTransactionSerializer_v407() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
InventoryTransactionPacket packet) |
readItemRelease, readItemUseOnEntity, writeItemRelease, writeItemUseOnEntitypublic static final InventoryTransactionSerializer_v407 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, InventoryTransactionPacket packet)
serialize in interface BedrockPacketSerializer<InventoryTransactionPacket>serialize in class InventoryTransactionSerializer_v291public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, InventoryTransactionPacket packet)
deserialize in interface BedrockPacketSerializer<InventoryTransactionPacket>deserialize in class InventoryTransactionSerializer_v291Copyright © 2018–2022 CloudburstMC. All rights reserved.