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