net.minecraft.server

public class ServerNetworkIo

net.minecraft.server.network.ServerConnectionListener
net.minecraft.class_3242
net.minecraft.server.ServerNetworkIo

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_14110
LOGGER
private final MinecraftServer
server
field_14109
server
public volatile boolean
running
field_14108
active
private volatile UUID
sessionId
field_1_7081
sessionId
private final List<io.netty.channel.ChannelFuture>
channels
field_14106
channels
private final List<ClientConnection>
connections
field_14107
connections

Constructor summary

ModifierConstructor
public (MinecraftServer server)

Method summary

Modifier and TypeMethod
public void
startTcpServerListener(InetAddress address, int port)
method_14354(InetAddress arg0, int arg1)
bind(InetAddress address, int port)
public SocketAddress
startMemoryChannel()
method_14353()
bindLocal()
public void
acceptChannel(io.netty.channel.Channel channel, UUID profileId)
method_1_5706(io.netty.channel.Channel arg0, UUID arg1)
method_1_5706(io.netty.channel.Channel channel, UUID profileId)
public void
stop()
method_14356()
stop()
public void
stopTcpServerListener()
method_1_5707()
clear()
public void
tick()
method_14357()
tick()
public MinecraftServer
getServer()
method_14351()
getServer()
public List<ClientConnection>
getConnections()
method_37909()
getConnections()
public UUID
getSessionId()
method_1_6306()
getSessionId()
private static void
lambda$tick$0(Connection arg0, Component arg1)
method_14352(class_2535 arg0, class_2561 arg1)
method_14352(ClientConnection arg0, Text arg1)