public class SetPlayerInventoryOptionsSerializer_v630 extends java.lang.Object implements BedrockPacketSerializer<SetPlayerInventoryOptionsPacket>
| Constructor and Description |
|---|
SetPlayerInventoryOptionsSerializer_v630() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SetPlayerInventoryOptionsPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SetPlayerInventoryOptionsPacket packet) |
public SetPlayerInventoryOptionsSerializer_v630()
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SetPlayerInventoryOptionsPacket packet)
serialize in interface BedrockPacketSerializer<SetPlayerInventoryOptionsPacket>public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SetPlayerInventoryOptionsPacket packet)
deserialize in interface BedrockPacketSerializer<SetPlayerInventoryOptionsPacket>