public class LevelSoundEventSerializer_v975 extends LevelSoundEventSerializer_v786
| Constructor and Description |
|---|
LevelSoundEventSerializer_v975(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_v975(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_v786public void deserialize(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
LevelSoundEventPacket packet)
deserialize in interface BedrockPacketSerializer<LevelSoundEventPacket>deserialize in class LevelSoundEventSerializer_v786