public final class PlayParticleCodec extends Object implements com.flowpowered.network.Codec<PlayParticleMessage>
| Constructor and Description |
|---|
PlayParticleCodec() |
| Modifier and Type | Method and Description |
|---|---|
PlayParticleMessage |
decode(io.netty.buffer.ByteBuf buf) |
io.netty.buffer.ByteBuf |
encode(io.netty.buffer.ByteBuf buf,
PlayParticleMessage message) |
public PlayParticleMessage decode(io.netty.buffer.ByteBuf buf) throws IOException
decode in interface com.flowpowered.network.Codec<PlayParticleMessage>IOExceptionpublic io.netty.buffer.ByteBuf encode(io.netty.buffer.ByteBuf buf,
PlayParticleMessage message)
throws IOException
encode in interface com.flowpowered.network.Codec<PlayParticleMessage>IOExceptionCopyright © 2021. All rights reserved.