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, testMessageValidity
public void encodeInto(ChannelHandlerContext ctx, ForgeMessage msg, ByteBuf target) throws java.lang.Exception
encodeInto
in class FMLIndexedMessageToMessageCodec<ForgeMessage>
java.lang.Exception
public void decodeInto(ChannelHandlerContext ctx, ByteBuf source, ForgeMessage msg)
decodeInto
in class FMLIndexedMessageToMessageCodec<ForgeMessage>