Uses of Class
net.minecraft.network.NetworkSystem
-
Packages that use NetworkSystem Package Description net.minecraft.network net.minecraft.server -
-
Uses of NetworkSystem in net.minecraft.network
Fields in net.minecraft.network declared as NetworkSystem Modifier and Type Field Description private NetworkSystem
LegacyPingHandler. serverConnectionListener
Constructors in net.minecraft.network with parameters of type NetworkSystem Constructor Description LegacyPingHandler(NetworkSystem p_i45286_1_)
-
Uses of NetworkSystem in net.minecraft.server
Fields in net.minecraft.server declared as NetworkSystem Modifier and Type Field Description private NetworkSystem
MinecraftServer. connection
Methods in net.minecraft.server that return NetworkSystem Modifier and Type Method Description NetworkSystem
MinecraftServer. getConnection()
-