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