Package net.minecraft.network
Class SplitterHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.handler.codec.ByteToMessageDecoder
net.minecraft.network.SplitterHandler
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name official sxintermediary net/minecraft/class_2550named net/minecraft/network/SplitterHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty.handler.codec.ByteToMessageDecoder
ByteToMessageDecoder.CumulatorNested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
FieldsFields inherited from class io.netty.handler.codec.ByteToMessageDecoder
COMPOSITE_CUMULATOR, MERGE_CUMULATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddecode(ChannelHandlerContext ctx, ByteBuf buf, List<Object> objects) protected voidhandlerRemoved0(ChannelHandlerContext channelHandlerContext) private static booleanmethod_53022(ByteBuf byteBuf, ByteBuf byteBuf2) Methods inherited from class io.netty.handler.codec.ByteToMessageDecoder
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtMethods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, 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
-
Field Details
-
field_45690
private static final int field_45690- See Also:
- Mappings:
Namespace Name Mixin selector official aLsx;a:Iintermediary field_45690Lnet/minecraft/class_2550;field_45690:Inamed field_45690Lnet/minecraft/network/SplitterHandler;field_45690:I
-
field_45691
- Mappings:
Namespace Name Mixin selector official bLsx;b:Lio/netty/buffer/ByteBuf;intermediary field_45691Lnet/minecraft/class_2550;field_45691:Lio/netty/buffer/ByteBuf;named field_45691Lnet/minecraft/network/SplitterHandler;field_45691:Lio/netty/buffer/ByteBuf;
-
-
Constructor Details
-
SplitterHandler
public SplitterHandler()
-
-
Method Details
-
handlerRemoved0
- Overrides:
handlerRemoved0in classByteToMessageDecoder
-
method_53022
- Mappings:
Namespace Name Mixin selector official aLsx;a(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Zintermediary method_53022Lnet/minecraft/class_2550;method_53022(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Znamed method_53022Lnet/minecraft/network/SplitterHandler;method_53022(Lio/netty/buffer/ByteBuf;Lio/netty/buffer/ByteBuf;)Z
-
decode
- Specified by:
decodein classByteToMessageDecoder- Mappings:
Namespace Name Mixin selector official decodeLsx;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)Vintermediary decodeLnet/minecraft/class_2550;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)Vnamed decodeLnet/minecraft/network/SplitterHandler;decode(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
-