Class DecoderHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, class_8700

public class DecoderHandler extends ByteToMessageDecoder implements class_8700
Mappings:
Namespace Name
official sk
intermediary net/minecraft/class_2543
named net/minecraft/network/DecoderHandler
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lsk;a:Lorg/slf4j/Logger;
      intermediary field_11715 Lnet/minecraft/class_2543;field_11715:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/network/DecoderHandler;LOGGER:Lorg/slf4j/Logger;
    • field_45677

      private final AttributeKey<NetworkState.class_8698<?>> field_45677
      Mappings:
      Namespace Name Mixin selector
      official b Lsk;b:Lio/netty/util/AttributeKey;
      intermediary field_45677 Lnet/minecraft/class_2543;field_45677:Lio/netty/util/AttributeKey;
      named field_45677 Lnet/minecraft/network/DecoderHandler;field_45677:Lio/netty/util/AttributeKey;
  • Constructor Details

  • Method Details

    • decode

      protected void decode(ChannelHandlerContext ctx, ByteBuf byteBuf, List<Object> objects) throws Exception
      Specified by:
      decode in class ByteToMessageDecoder
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      official decode Lsk;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
      intermediary decode Lnet/minecraft/class_2543;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