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