public class ForgeRuntimeCodec extends FMLIndexedMessageToMessageCodec<ForgeMessage>
INBOUNDPACKETTRACKER| Constructor and Description |
|---|
ForgeRuntimeCodec() |
| Modifier and Type | Method and Description |
|---|---|
void |
decodeInto(ChannelHandlerContext ctx,
ByteBuf source,
ForgeMessage msg) |
void |
encodeInto(ChannelHandlerContext ctx,
ForgeMessage msg,
ByteBuf target) |
addDiscriminator, decode, encode, exceptionCaught, handlerAdded, testMessageValiditypublic void encodeInto(ChannelHandlerContext ctx,
ForgeMessage msg,
ByteBuf target)
throws java.lang.Exception
encodeInto in class FMLIndexedMessageToMessageCodec<ForgeMessage>java.lang.Exceptionpublic void decodeInto(ChannelHandlerContext ctx,
ByteBuf source,
ForgeMessage msg)
decodeInto in class FMLIndexedMessageToMessageCodec<ForgeMessage>