public class StopSoundSerializer_v291 extends Object implements BedrockPacketSerializer<StopSoundPacket>
| Modifier and Type | Field and Description |
|---|---|
static StopSoundSerializer_v291 |
INSTANCE |
| Constructor and Description |
|---|
StopSoundSerializer_v291() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
StopSoundPacket packet) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
StopSoundPacket packet) |
public static final StopSoundSerializer_v291 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, StopSoundPacket packet)
serialize in interface BedrockPacketSerializer<StopSoundPacket>public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, StopSoundPacket packet)
deserialize in interface BedrockPacketSerializer<StopSoundPacket>Copyright © 2018–2022 CloudburstMC. All rights reserved.