public interface IPacket
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPacket.IFactory |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBuffer(io.netty.buffer.ByteBuf buf) |
ResourceName |
getName() |
void |
handle(IGameInstance game,
io.netty.channel.ChannelHandlerContext context) |
void |
toBuffer(io.netty.buffer.ByteBuf buf) |
void toBuffer(io.netty.buffer.ByteBuf buf)
void fromBuffer(io.netty.buffer.ByteBuf buf)
void handle(IGameInstance game, io.netty.channel.ChannelHandlerContext context)
ResourceName getName()