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