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