Package net.minecraft.network
Class PacketUnbundler
java.lang.Object
- All Implemented Interfaces:
ChannelHandler,ChannelOutboundHandler
- Mappings:
Namespace Name intermediary net/minecraft/class_8036official shnamed net/minecraft/network/PacketUnbundler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidencode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) Methods inherited from class io.netty.handler.codec.MessageToMessageEncoder
acceptOutboundMessage, writeMethods inherited from class io.netty.channel.ChannelOutboundHandlerAdapter
bind, close, connect, deregister, disconnect, flush, readMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Field Details
-
side
- Mappings:
Namespace Name Mixin selector intermediary field_41872Lnet/minecraft/class_8036;field_41872:Lnet/minecraft/class_2598;official aLsh;a:Lup;named sideLnet/minecraft/network/PacketUnbundler;side:Lnet/minecraft/network/NetworkSide;
-
-
Constructor Details
-
PacketUnbundler
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_8036;<init>(Lnet/minecraft/class_2598;)Vofficial <init>Lsh;<init>(Lup;)Vnamed <init>Lnet/minecraft/network/PacketUnbundler;<init>(Lnet/minecraft/network/NetworkSide;)V
-
-
Method Details
-
encode
protected void encode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) throws Exception - Specified by:
encodein classMessageToMessageEncoder<Packet<?>>- Throws:
Exception- Mappings:
Namespace Name Mixin selector intermediary method_48319Lnet/minecraft/class_8036;method_48319(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Ljava/util/List;)Vofficial aLsh;a(Lio/netty/channel/ChannelHandlerContext;Luo;Ljava/util/List;)Vnamed encodeLnet/minecraft/network/PacketUnbundler;encode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;Ljava/util/List;)V
-