Class SplitterHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

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

    • field_45690

      private static final int field_45690
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lsx;a:I
      intermediary field_45690 Lnet/minecraft/class_2550;field_45690:I
      named field_45690 Lnet/minecraft/network/SplitterHandler;field_45690:I
    • field_45691

      private final ByteBuf field_45691
      Mappings:
      Namespace Name Mixin selector
      official b Lsx;b:Lio/netty/buffer/ByteBuf;
      intermediary field_45691 Lnet/minecraft/class_2550;field_45691:Lio/netty/buffer/ByteBuf;
      named field_45691 Lnet/minecraft/network/SplitterHandler;field_45691:Lio/netty/buffer/ByteBuf;
  • Constructor Details

    • SplitterHandler

      public SplitterHandler()
  • Method Details

    • handlerRemoved0

      protected void handlerRemoved0(ChannelHandlerContext channelHandlerContext)
      Overrides:
      handlerRemoved0 in class ByteToMessageDecoder
    • method_53022

      private static boolean method_53022(ByteBuf byteBuf, ByteBuf byteBuf2)
      Mappings:
      Namespace Name Mixin selector
      official a Lsx;a(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z
      intermediary method_53022 Lnet/minecraft/class_2550;method_53022(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z
      named method_53022 Lnet/minecraft/network/SplitterHandler;method_53022(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z
    • decode

      protected void decode(ChannelHandlerContext ctx, ByteBuf buf, List<Object> objects)
      Specified by:
      decode in class ByteToMessageDecoder
      Mappings:
      Namespace Name Mixin selector
      official decode Lsx;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