public class LevelSoundEventSerializer_v1001 extends LevelSoundEventSerializer_v975
| Constructor and Description |
|---|
LevelSoundEventSerializer_v1001(org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> typeMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LevelSoundEventPacket packet) |
void |
serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LevelSoundEventPacket packet) |
public LevelSoundEventSerializer_v1001(org.cloudburstmc.protocol.common.util.TypeMap<SoundEvent> typeMap)
public void serialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LevelSoundEventPacket packet)
serialize in interface BedrockPacketSerializer<LevelSoundEventPacket>serialize in class LevelSoundEventSerializer_v975public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LevelSoundEventPacket packet)
deserialize in interface BedrockPacketSerializer<LevelSoundEventPacket>deserialize in class LevelSoundEventSerializer_v975