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