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