Package net.minecraft

Class class_4769

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

Mappings:
Namespace Name
official cfc
intermediary net/minecraft/class_4769
named net/minecraft/class_4769
  • 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 Lcfc;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      intermediary channelActive Lnet/minecraft/class_4769;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
      named channelActive Lnet/minecraft/class_4769;channelActive(Lio/netty/channel/ChannelHandlerContext;)V
    • channelRead0

      protected void channelRead0(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lcfc;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      intermediary method_6861 Lnet/minecraft/class_4769;method_6861(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
      named channelRead0 Lnet/minecraft/class_4769;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 Lcfc;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      intermediary exceptionCaught Lnet/minecraft/class_4769;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
      named exceptionCaught Lnet/minecraft/class_4769;exceptionCaught(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V