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