net.minecraft.server.network

public class ServerConnectionListener

atk
net.minecraft.server.network.ServerConnectionListener
net.minecraft.class_3242

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
d
LOGGER
field_14110
public static final Supplier<io.netty.channel.nio.NioEventLoopGroup>
a
SERVER_EVENT_GROUP
field_14111
public static final Supplier<io.netty.channel.epoll.EpollEventLoopGroup>
b
SERVER_EPOLL_EVENT_GROUP
field_14105
final MinecraftServer
e
server
field_14109
public volatile boolean
c
running
field_14108
private final List<io.netty.channel.ChannelFuture>
f
channels
field_14106
final List<Connection>
g
connections
field_14107

Constructor summary

ModifierConstructor
public (MinecraftServer arg0)

Method summary

Modifier and TypeMethod
public void
a(InetAddress arg0, int arg1)
startTcpServerListener(InetAddress arg0, int arg1)
method_14354(InetAddress arg0, int arg1)
public SocketAddress
a()
startMemoryChannel()
method_14353()
public void
b()
stop()
method_14356()
public void
c()
tick()
method_14357()
public MinecraftServer
d()
getServer()
method_14351()
public List<Connection>
e()
getConnections()
method_37909()