Class SplitterHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class SplitterHandler extends ByteToMessageDecoder
Mappings:
Namespace Name
official es
intermediary net/minecraft/class_1975
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 Les;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      intermediary decode Lnet/minecraft/class_1975;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