Interface PacketDecoderAccessor


public interface PacketDecoderAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fabric_decode(io.netty.channel.ChannelHandlerContext var1, io.netty.buffer.ByteBuf var2, List<Object> var3)
     
  • Method Details

    • fabric_decode

      void fabric_decode(io.netty.channel.ChannelHandlerContext var1, io.netty.buffer.ByteBuf var2, List<Object> var3) throws Exception
      Throws:
      Exception