Class SplitterHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class SplitterHandler
extends ByteToMessageDecoder
Mappings:
Namespace Name
official eq
intermediary net/minecraft/class_1439
named net/minecraft/network/SplitterHandler
  • Constructor Details

    • SplitterHandler

      public SplitterHandler()
  • Method Details

    • decode

      protected void decode​(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list) throws Exception
      Specified by:
      decode in class ByteToMessageDecoder
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      official decode Leq;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      intermediary decode Lnet/minecraft/class_1439;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      named decode Lnet/minecraft/network/SplitterHandler;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V