public interface IPacket
| Modifier and Type | Method and Description |
|---|---|
void |
fromBuffer(io.netty.buffer.ByteBuf buf) |
void |
handle(IGameInstance game,
io.netty.channel.ChannelHandlerContext context) |
void |
toBuffer(io.netty.buffer.ByteBuf buf) |
void toBuffer(io.netty.buffer.ByteBuf buf)
throws java.io.IOException
java.io.IOExceptionvoid fromBuffer(io.netty.buffer.ByteBuf buf)
throws java.io.IOException
java.io.IOExceptionvoid handle(IGameInstance game, io.netty.channel.ChannelHandlerContext context)