net.minecraft.server.network

public class LegacyQueryHandler

extends io.netty.channel.ChannelInboundHandlerAdapter

atd
net.minecraft.server.network.LegacyQueryHandler
net.minecraft.class_3238

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_14101
private final ServerInfo
b
server
field_44998

Constructor summary

ModifierConstructor
public (ServerInfo arg0)

Method summary

Modifier and TypeMethod
public void
channelRead(io.netty.channel.ChannelHandlerContext arg0, Object arg1)
channelRead(io.netty.channel.ChannelHandlerContext arg0, Object arg1)
private static boolean
a(io.netty.buffer.ByteBuf arg0)
readCustomPayloadPacket(io.netty.buffer.ByteBuf arg0)
method_52380(io.netty.buffer.ByteBuf arg0)
private static String
a(amm arg0)
createVersion0Response(ServerInfo arg0)
method_52379(class_8599 arg0)
private static String
b(amm arg0)
createVersion1Response(ServerInfo arg0)
method_52382(class_8599 arg0)
private static void
a(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
sendFlushAndClose(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
method_14344(io.netty.channel.ChannelHandlerContext arg0, io.netty.buffer.ByteBuf arg1)
private static io.netty.buffer.ByteBuf
a(io.netty.buffer.ByteBufAllocator arg0, String arg1)
createLegacyDisconnectPacket(io.netty.buffer.ByteBufAllocator arg0, String arg1)
method_52381(io.netty.buffer.ByteBufAllocator arg0, String arg1)