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