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
public class LegacyQueryHandler extends ChannelInboundHandlerAdapter
- Mappings:
Namespace Name official abkintermediary net/minecraft/class_3238named net/minecraft/network/LegacyQueryHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields Modifier and Type Field Description private static LoggerLOGGERprivate ServerNetworkIonetworkIo -
Constructor Summary
Constructors Constructor Description LegacyQueryHandler(ServerNetworkIo networkIo) -
Method Summary
Modifier and Type Method Description voidchannelRead(ChannelHandlerContext channelHandlerContext, Object object)private voidreply(ChannelHandlerContext ctx, ByteBuf buf)private ByteBuftoBuffer(String s)Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, 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
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLabk;a:Lorg/apache/logging/log4j/Logger;intermediary field_14101Lnet/minecraft/class_3238;field_14101:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/network/LegacyQueryHandler;LOGGER:Lorg/apache/logging/log4j/Logger;
-
networkIo
- Mappings:
Namespace Name Mixin selector official bLabk;b:Labm;intermediary field_14102Lnet/minecraft/class_3238;field_14102:Lnet/minecraft/class_3242;named networkIoLnet/minecraft/network/LegacyQueryHandler;networkIo:Lnet/minecraft/server/ServerNetworkIo;
-
-
Constructor Details
-
LegacyQueryHandler
- Mappings:
Namespace Name Mixin selector official <init>Labk;<init>(Labm;)Vintermediary <init>Lnet/minecraft/class_3238;<init>(Lnet/minecraft/class_3242;)Vnamed <init>Lnet/minecraft/network/LegacyQueryHandler;<init>(Lnet/minecraft/server/ServerNetworkIo;)V
-
-
Method Details
-
channelRead
- Specified by:
channelReadin interfaceChannelInboundHandler- Overrides:
channelReadin classChannelInboundHandlerAdapter- Mappings:
Namespace Name Mixin selector official channelReadLabk;channelRead(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)Vintermediary channelReadLnet/minecraft/class_3238;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 aLabk;a(Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;)Vintermediary method_14344Lnet/minecraft/class_3238;method_14344(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 aLabk;a(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;intermediary method_14345Lnet/minecraft/class_3238;method_14345(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;named toBufferLnet/minecraft/network/LegacyQueryHandler;toBuffer(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;
-