Package net.minecraft.network
Class PacketEncoder
java.lang.Object
- All Implemented Interfaces:
- ChannelHandler,- ChannelOutboundHandler
- Mappings:
- Namespace - Name - official - sj- intermediary - net/minecraft/class_2545- named - net/minecraft/network/PacketEncoder
- 
Nested Class SummaryNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidencode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, ByteBuf byteBuf) Methods inherited from class io.netty.handler.codec.MessageToByteEncoderacceptOutboundMessage, allocateBuffer, isPreferDirect, writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapterbind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerexceptionCaught, handlerAdded, handlerRemoved
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsj;a:Lorg/slf4j/Logger;- intermediary - field_11721- Lnet/minecraft/class_2545;field_11721:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/network/PacketEncoder;LOGGER:Lorg/slf4j/Logger;
 
- 
side- Mappings:
- Namespace - Name - Mixin selector - official - b- Lsj;b:Lup;- 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- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lsj;<init>(Lup;)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- 
encodeprotected void encode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, ByteBuf byteBuf) throws Exception - Specified by:
- encodein class- MessageToByteEncoder<Packet<?>>
- Throws:
- Exception
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsj;a(Lio/netty/channel/ChannelHandlerContext;Luo;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/Packet;Lio/netty/buffer/ByteBuf;)V
 
 
-