Interface PacketEncoderAccessor


public interface PacketEncoderAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fabric_encode(io.netty.channel.ChannelHandlerContext channelHandlerContext, net.minecraft.network.protocol.Packet<?> packet, io.netty.buffer.ByteBuf byteBuf)
     
  • Method Details

    • fabric_encode

      void fabric_encode(io.netty.channel.ChannelHandlerContext channelHandlerContext, net.minecraft.network.protocol.Packet<?> packet, io.netty.buffer.ByteBuf byteBuf) throws Exception
      Throws:
      Exception