net.minecraft.server.network

public class ServerConnectionListener

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

Field summary

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

Constructor summary

ModifierConstructor
public (MinecraftServer server)

Method summary

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