public class InventorySlotSerializer_v354 extends Object implements com.nukkitx.protocol.serializer.PacketSerializer<InventorySlotPacket>
| Modifier and Type | Field and Description |
|---|---|
static InventorySlotSerializer_v354 |
INSTANCE |
| Constructor and Description |
|---|
InventorySlotSerializer_v354() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
InventorySlotPacket packet) |
void |
serialize(ByteBuf buffer,
InventorySlotPacket packet) |
public static final InventorySlotSerializer_v354 INSTANCE
public void serialize(ByteBuf buffer, InventorySlotPacket packet)
serialize in interface com.nukkitx.protocol.serializer.PacketSerializer<InventorySlotPacket>public void deserialize(ByteBuf buffer, InventorySlotPacket packet)
deserialize in interface com.nukkitx.protocol.serializer.PacketSerializer<InventorySlotPacket>Copyright © 2018–2020 NukkitX. All rights reserved.