Package net.minecraft.network
Class LegacyQueryHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
net.minecraft.network.LegacyQueryHandler
- All Implemented Interfaces:
ChannelHandler,ChannelInboundHandler
- Mappings:
Namespace Name official ljintermediary net/minecraft/class_2100named net/minecraft/network/LegacyQueryHandler
-
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 TypeMethodDescriptionvoidchannelRead(ChannelHandlerContext channelHandlerContext, Object object) private voidreply(ChannelHandlerContext ctx, ByteBuf buf) private ByteBufMethods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredMethods inherited from class io.netty.channel.ChannelHandlerAdapter
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
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLlj;a:Lorg/apache/logging/log4j/Logger;intermediary field_8897Lnet/minecraft/class_2100;field_8897:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/network/LegacyQueryHandler;LOGGER:Lorg/apache/logging/log4j/Logger;
-
field_8898
- Mappings:
Namespace Name Mixin selector official bLlj;b:Lll;intermediary field_8898Lnet/minecraft/class_2100;field_8898:Lnet/minecraft/class_2103;named field_8898Lnet/minecraft/network/LegacyQueryHandler;field_8898:Lnet/minecraft/server/ServerNetworkIo;
-
-
Constructor Details
-
LegacyQueryHandler
-
-
Method Details
-
channelRead
public void channelRead(ChannelHandlerContext channelHandlerContext, Object object) throws Exception - Specified by:
channelReadin interfaceChannelInboundHandler- Overrides:
channelReadin classChannelInboundHandlerAdapter- Throws:
Exception- Mappings:
Namespace Name Mixin selector official channelReadLlj;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)Vintermediary channelReadLnet/minecraft/class_2100;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)Vnamed channelReadLnet/minecraft/network/LegacyQueryHandler;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
-
reply
- Mappings:
Namespace Name Mixin selector official aLlj;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vintermediary method_8140Lnet/minecraft/class_2100;method_8140(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vnamed replyLnet/minecraft/network/LegacyQueryHandler;reply(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)V
-
toBuffer
- Mappings:
Namespace Name Mixin selector official aLlj;a(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;intermediary method_8141Lnet/minecraft/class_2100;method_8141(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;named toBufferLnet/minecraft/network/LegacyQueryHandler;toBuffer(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;
-