net.minecraft.server.network

public class ServerConnectionListener

ayh
net.minecraft.server.network.ServerConnectionListener
net.minecraft.class_3242
net.minecraft.server.ServerNetworkIo
net.minecraft.src.C_28_
net.minecraft.server.network.ServerConnection

字段概要

修饰符与类型字段
private static final org.slf4j.Logger
b
LOGGER
field_14110
LOGGER
f_9701_
final MinecraftServer
c
server
field_14109
server
f_9702_
public volatile boolean
a
running
field_14108
active
f_9700_
private final List<io.netty.channel.ChannelFuture>
d
channels
field_14106
channels
f_9703_
final List<Connection>
e
connections
field_14107
connections
f_9704_

构造函数概要

修饰符构造函数
public (MinecraftServer server)

方法概要

修饰符与类型方法
public void
a(InetAddress arg0, int arg1)
startTcpServerListener(InetAddress arg0, int arg1)
method_14354(InetAddress arg0, int arg1)
bind(InetAddress address, int port)
m_9711_(InetAddress p_9713_, int arg1)
public SocketAddress
a()
startMemoryChannel()
method_14353()
bindLocal()
m_9708_()
public void
b()
stop()
method_14356()
stop()
m_9718_()
public void
c()
tick()
method_14357()
tick()
m_9721_()
public MinecraftServer
d()
getServer()
method_14351()
getServer()
m_9722_()
public List<Connection>
e()
getConnections()
method_37909()
getConnections()
m_184193_()