Class LocalBufUnpacker

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class LocalBufUnpacker extends ChannelInboundHandlerAdapter
Mappings:
Namespace Name
named net/minecraft/network/handler/LocalBufUnpacker
intermediary net/minecraft/class_10551
official vo
  • Constructor Details Link icon

    • LocalBufUnpacker Link icon

      public LocalBufUnpacker()
  • Method Details Link icon

    • channelRead Link icon

      public void channelRead(ChannelHandlerContext context, Object buf)
      Specified by:
      channelRead in interface ChannelInboundHandler
      Overrides:
      channelRead in class ChannelInboundHandlerAdapter
      Mappings:
      Namespace Name Mixin selector
      named channelRead Lnet/minecraft/network/handler/LocalBufUnpacker;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
      intermediary channelRead Lnet/minecraft/class_10551;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
      official channelRead Lvo;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V