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