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