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