Class DecoderHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class DecoderHandler extends ByteToMessageDecoder
Mappings:
Namespace Name
official he
intermediary net/minecraft/class_1973
named net/minecraft/network/DecoderHandler
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lhe;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_8466 Lnet/minecraft/class_1973;field_8466:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/network/DecoderHandler;LOGGER:Lorg/apache/logging/log4j/Logger;
    • MARKER

      private static final Marker MARKER
      Mappings:
      Namespace Name Mixin selector
      official b Lhe;b:Lorg/apache/logging/log4j/Marker;
      intermediary field_8467 Lnet/minecraft/class_1973;field_8467:Lorg/apache/logging/log4j/Marker;
      named MARKER Lnet/minecraft/network/DecoderHandler;MARKER:Lorg/apache/logging/log4j/Marker;
    • field_8468

      private final NetworkSide field_8468
      Mappings:
      Namespace Name Mixin selector
      official c Lhe;c:Lie;
      intermediary field_8468 Lnet/minecraft/class_1973;field_8468:Lnet/minecraft/class_2569;
      named field_8468 Lnet/minecraft/network/DecoderHandler;field_8468:Lnet/minecraft/network/NetworkSide;
  • Constructor Details

    • DecoderHandler

      public DecoderHandler(NetworkSide networkSide)
  • Method Details

    • decode

      protected void decode(ChannelHandlerContext channelHandlerContext, ByteBuf byteBuf, List list)
      Specified by:
      decode in class ByteToMessageDecoder
      Mappings:
      Namespace Name Mixin selector
      official decode Lhe;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      intermediary decode Lnet/minecraft/class_1973;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      named decode Lnet/minecraft/network/DecoderHandler;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V