public class CraftingEventSerializer_v354 extends Object implements com.nukkitx.protocol.serializer.PacketSerializer<CraftingEventPacket>
| Modifier and Type | Field and Description |
|---|---|
static CraftingEventSerializer_v354 |
INSTANCE |
| Constructor and Description |
|---|
CraftingEventSerializer_v354() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
CraftingEventPacket packet) |
void |
serialize(ByteBuf buffer,
CraftingEventPacket packet) |
public static final CraftingEventSerializer_v354 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–2020 NukkitX. All rights reserved.