Package net.minecraft.network.handler
Class PacketBundler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.MessageToMessageDecoder<Packet<?>>
net.minecraft.network.handler.PacketBundler
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name named net/minecraft/network/handler/PacketBundlerintermediary net/minecraft/class_8035official wg
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PacketBundleHandler.Bundlerprivate final PacketBundleHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddecode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) private static voidensureNotTransitioning(Packet<?> packet) Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead, channelReadCompleteMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, 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
handlerAdded, handlerRemoved
-
Field Details
-
handler
- Mappings:
Namespace Name Mixin selector named handlerLnet/minecraft/network/handler/PacketBundler;handler:Lnet/minecraft/network/handler/PacketBundleHandler;intermediary field_48534Lnet/minecraft/class_8035;field_48534:Lnet/minecraft/class_8039;official aLwg;a:Lzm;
-
currentBundler
- Mappings:
Namespace Name Mixin selector named currentBundlerLnet/minecraft/network/handler/PacketBundler;currentBundler:Lnet/minecraft/network/handler/PacketBundleHandler$Bundler;intermediary field_41869Lnet/minecraft/class_8035;field_41869:Lnet/minecraft/class_8039$class_8040;official bLwg;b:Lzm$a;
-
-
Constructor Details
-
PacketBundler
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/handler/PacketBundler;<init>(Lnet/minecraft/network/handler/PacketBundleHandler;)Vintermediary <init>Lnet/minecraft/class_8035;<init>(Lnet/minecraft/class_8039;)Vofficial <init>Lwg;<init>(Lzm;)V
-
-
Method Details
-
decode
protected void decode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) throws Exception - Specified by:
decodein classMessageToMessageDecoder<Packet<?>>- Throws:
Exception- Mappings:
Namespace Name Mixin selector named decodeLnet/minecraft/network/handler/PacketBundler;decode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;Ljava/util/List;)Vintermediary method_48318Lnet/minecraft/class_8035;method_48318(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Ljava/util/List;)Vofficial aLwg;a(Lio/netty/channel/ChannelHandlerContext;Lzo;Ljava/util/List;)V
-
ensureNotTransitioning
- Mappings:
Namespace Name Mixin selector named ensureNotTransitioningLnet/minecraft/network/handler/PacketBundler;ensureNotTransitioning(Lnet/minecraft/network/packet/Packet;)Vintermediary method_56346Lnet/minecraft/class_8035;method_56346(Lnet/minecraft/class_2596;)Vofficial aLwg;a(Lzo;)V
-