Package net.minecraft.network.handler
Class DecoderHandler<T extends PacketListener>
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
net.minecraft.network.handler.DecoderHandler<T>
- All Implemented Interfaces:
- ChannelHandler,- ChannelInboundHandler,- NetworkStateTransitionHandler
public class DecoderHandler<T extends PacketListener>
extends ByteToMessageDecoder
implements NetworkStateTransitionHandler
- Mappings:
- Namespace - Name - named - net/minecraft/network/handler/DecoderHandler- intermediary - net/minecraft/class_2543- official - vt
- 
Nested Class SummaryNested classes/interfaces inherited from class io.netty.handler.codec.ByteToMessageDecoderByteToMessageDecoder.CumulatorNested classes/interfaces inherited from interface io.netty.channel.ChannelHandlerChannelHandler.Sharable
- 
Field SummaryFieldsFields inherited from class io.netty.handler.codec.ByteToMessageDecoderCOMPOSITE_CUMULATOR, MERGE_CUMULATOR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddecode(ChannelHandlerContext context, ByteBuf buf, List<Object> objects) Methods inherited from class io.netty.handler.codec.ByteToMessageDecoderactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapterchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtMethods inherited from class io.netty.channel.ChannelHandlerAdapterensureNotSharable, handlerAdded, isSharableMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.channel.ChannelHandlerhandlerAdded
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/network/handler/DecoderHandler;LOGGER:Lorg/slf4j/Logger;- intermediary - field_11715- Lnet/minecraft/class_2543;field_11715:Lorg/slf4j/Logger;- official - a- Lvt;a:Lorg/slf4j/Logger;
 
- 
state- Mappings:
- Namespace - Name - Mixin selector - named - state- Lnet/minecraft/network/handler/DecoderHandler;state:Lnet/minecraft/network/NetworkState;- intermediary - field_48536- Lnet/minecraft/class_2543;field_48536:Lnet/minecraft/class_9127;- official - b- Lvt;b:Lvx;
 
 
- 
- 
Constructor Details- 
DecoderHandler- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/network/handler/DecoderHandler;<init>(Lnet/minecraft/network/NetworkState;)V- intermediary - <init>- Lnet/minecraft/class_2543;<init>(Lnet/minecraft/class_9127;)V- official - <init>- Lvt;<init>(Lvx;)V
 
 
- 
- 
Method Details- 
decodeprotected void decode(ChannelHandlerContext context, ByteBuf buf, List<Object> objects) throws Exception - Specified by:
- decodein class- ByteToMessageDecoder
- Throws:
- Exception
- Mappings:
- Namespace - Name - Mixin selector - named - decode- Lnet/minecraft/network/handler/DecoderHandler;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V- intermediary - decode- Lnet/minecraft/class_2543;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V- official - decode- Lvt;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
 
 
-