Class class_1851

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

Mappings:
Namespace Name
official bjl
intermediary net/minecraft/class_1851
named net/minecraft/client/class_1851
  • Constructor Details

  • Method Details

    • channelActive

      public void channelActive(ChannelHandlerContext channelHandlerContext)
      Specified by:
      channelActive in interface ChannelInboundHandler
      Overrides:
      channelActive in class ChannelInboundHandlerAdapter
      Mappings:
      Namespace Name Mixin selector
      official channelActive Lbjl;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      intermediary channelActive Lnet/minecraft/class_1851;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      named channelActive Lnet/minecraft/client/class_1851;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
    • channelRead0

      protected void channelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lbjl;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      intermediary method_6861 Lnet/minecraft/class_1851;method_6861(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      named channelRead0 Lnet/minecraft/client/class_1851;channelRead0(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
    • exceptionCaught

      public void exceptionCaught(ChannelHandlerContext channelHandlerContext, Throwable throwable)
      Specified by:
      exceptionCaught in interface ChannelHandler
      Specified by:
      exceptionCaught in interface ChannelInboundHandler
      Overrides:
      exceptionCaught in class ChannelInboundHandlerAdapter
      Mappings:
      Namespace Name Mixin selector
      official exceptionCaught Lbjl;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      intermediary exceptionCaught Lnet/minecraft/class_1851;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      named exceptionCaught Lnet/minecraft/client/class_1851;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V