Package net.minecraft.network
Class PacketUnbundler
java.lang.Object
- All Implemented Interfaces:
- ChannelHandler,- ChannelOutboundHandler
- Mappings:
- Namespace - Name - official - sh- intermediary - net/minecraft/class_8036- named - net/minecraft/network/PacketUnbundler
- 
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, List<Object> list) Methods inherited from class io.netty.handler.codec.MessageToMessageEncoderacceptOutboundMessage, 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- 
side- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsh;a:Lup;- intermediary - field_41872- Lnet/minecraft/class_8036;field_41872:Lnet/minecraft/class_2598;- named - side- Lnet/minecraft/network/PacketUnbundler;side:Lnet/minecraft/network/NetworkSide;
 
 
- 
- 
Constructor Details- 
PacketUnbundler- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lsh;<init>(Lup;)V- intermediary - <init>- Lnet/minecraft/class_8036;<init>(Lnet/minecraft/class_2598;)V- named - <init>- Lnet/minecraft/network/PacketUnbundler;<init>(Lnet/minecraft/network/NetworkSide;)V
 
 
- 
- 
Method Details- 
encodeprotected void encode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) throws Exception - Specified by:
- encodein class- MessageToMessageEncoder<Packet<?>>
- Throws:
- Exception
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lsh;a(Lio/netty/channel/ChannelHandlerContext;Luo;Ljava/util/List;)V- intermediary - method_48319- Lnet/minecraft/class_8036;method_48319(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Ljava/util/List;)V- named - encode- Lnet/minecraft/network/PacketUnbundler;encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;Ljava/util/List;)V
 
 
-