Interface IPacket


public interface IPacket
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromBuffer(io.netty.buffer.ByteBuf buf)
     
     
    void
    handle(IGameInstance game, io.netty.channel.ChannelHandlerContext context)
     
    void
    toBuffer(io.netty.buffer.ByteBuf buf)
     
  • Method Details

    • toBuffer

      void toBuffer(io.netty.buffer.ByteBuf buf)
    • fromBuffer

      void fromBuffer(io.netty.buffer.ByteBuf buf)
    • handle

      void handle(IGameInstance game, io.netty.channel.ChannelHandlerContext context)
    • getName

      ResourceName getName()