Class SplitterHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

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

    • SplitterHandler

      public SplitterHandler()
  • Method Details

    • decode

      protected void decode​(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List<Object> list)
      Specified by:
      decode in class ByteToMessageDecoder
      Mappings:
      Namespace Name Mixin selector
      official decode Loc;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      intermediary decode Lnet/minecraft/class_2550;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