Class PacketEncoder

All Implemented Interfaces:
ChannelHandler, ChannelOutboundHandler

public class PacketEncoder extends MessageToByteEncoder<Packet<?>>
Mappings:
Namespace Name
official pp
intermediary net/minecraft/class_2545
named net/minecraft/network/PacketEncoder
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lpp;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_11721 Lnet/minecraft/class_2545;field_11721:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/network/PacketEncoder;LOGGER:Lorg/apache/logging/log4j/Logger;
    • MARKER

      private static final Marker MARKER
      Mappings:
      Namespace Name Mixin selector
      official b Lpp;b:Lorg/apache/logging/log4j/Marker;
      intermediary field_11719 Lnet/minecraft/class_2545;field_11719:Lorg/apache/logging/log4j/Marker;
      named MARKER Lnet/minecraft/network/PacketEncoder;MARKER:Lorg/apache/logging/log4j/Marker;
    • side

      private final NetworkSide side
      Mappings:
      Namespace Name Mixin selector
      official c Lpp;c:Lqs;
      intermediary field_11720 Lnet/minecraft/class_2545;field_11720:Lnet/minecraft/class_2598;
      named side Lnet/minecraft/network/PacketEncoder;side:Lnet/minecraft/network/NetworkSide;
  • Constructor Details

    • PacketEncoder

      public PacketEncoder(NetworkSide side)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lpp;<init>(Lqs;)V
      intermediary <init> Lnet/minecraft/class_2545;<init>(Lnet/minecraft/class_2598;)V
      named <init> Lnet/minecraft/network/PacketEncoder;<init>(Lnet/minecraft/network/NetworkSide;)V
  • Method Details

    • encode

      protected void encode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, ByteBuf byteBuf) throws Exception
      Specified by:
      encode in class MessageToByteEncoder<Packet<?>>
      Throws:
      Exception
      Mappings:
      Namespace Name Mixin selector
      official a Lpp;a(Lio/netty/channel/ChannelHandlerContext;Lqr;Lio/netty/buffer/ByteBuf;)V
      intermediary method_10838 Lnet/minecraft/class_2545;method_10838(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Lio/netty/buffer/ByteBuf;)V
      named encode Lnet/minecraft/network/PacketEncoder;encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/Packet;Lio/netty/buffer/ByteBuf;)V