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