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/PacketBundler
intermediary net/minecraft/class_8035
official wb
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
Modifier and TypeFieldDescriptionprivate PacketBundleHandler.Bundler
private final PacketBundleHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
decode
(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) private static void
ensureNotTransitioning
(Packet<?> packet) Methods inherited from class io.netty.handler.codec.MessageToMessageDecoder
acceptInboundMessage, channelRead
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
Field Details
-
handler
- Mappings:
Namespace Name Mixin selector named handler
Lnet/minecraft/network/handler/PacketBundler;handler:Lnet/minecraft/network/handler/PacketBundleHandler;
intermediary field_48534
Lnet/minecraft/class_8035;field_48534:Lnet/minecraft/class_8039;
official a
Lwb;a:Lzf;
-
currentBundler
- Mappings:
Namespace Name Mixin selector named currentBundler
Lnet/minecraft/network/handler/PacketBundler;currentBundler:Lnet/minecraft/network/handler/PacketBundleHandler$Bundler;
intermediary field_41869
Lnet/minecraft/class_8035;field_41869:Lnet/minecraft/class_8039$class_8040;
official b
Lwb;b:Lzf$a;
-
-
Constructor Details
-
PacketBundler
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/handler/PacketBundler;<init>(Lnet/minecraft/network/handler/PacketBundleHandler;)V
intermediary <init>
Lnet/minecraft/class_8035;<init>(Lnet/minecraft/class_8039;)V
official <init>
Lwb;<init>(Lzf;)V
-
-
Method Details
-
decode
protected void decode(ChannelHandlerContext channelHandlerContext, Packet<?> packet, List<Object> list) throws Exception - Specified by:
decode
in classMessageToMessageDecoder<Packet<?>>
- Throws:
Exception
- Mappings:
Namespace Name Mixin selector named decode
Lnet/minecraft/network/handler/PacketBundler;decode(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/network/packet/Packet;Ljava/util/List;)V
intermediary method_48318
Lnet/minecraft/class_8035;method_48318(Lio/netty/channel/ChannelHandlerContext;Lnet/minecraft/class_2596;Ljava/util/List;)V
official a
Lwb;a(Lio/netty/channel/ChannelHandlerContext;Lzg;Ljava/util/List;)V
-
ensureNotTransitioning
- Mappings:
Namespace Name Mixin selector named ensureNotTransitioning
Lnet/minecraft/network/handler/PacketBundler;ensureNotTransitioning(Lnet/minecraft/network/packet/Packet;)V
intermediary method_56346
Lnet/minecraft/class_8035;method_56346(Lnet/minecraft/class_2596;)V
official a
Lwb;a(Lzg;)V
-