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