Uses of Class
net.minecraft.network.NetworkingBackend
Packages that use NetworkingBackend
-
Uses of NetworkingBackend in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type NetworkingBackendModifier and TypeMethodDescriptionvoidMultiplayerServerListPinger.add(ServerInfo entry, Runnable saver, Runnable pingCallback, NetworkingBackend networkingBackend) (package private) voidMultiplayerServerListPinger.ping(InetSocketAddress socketAddress, ServerAddress address, ServerInfo serverInfo, NetworkingBackend networkingBackend) -
Uses of NetworkingBackend in net.minecraft.network
Fields in net.minecraft.network declared as NetworkingBackendModifier and TypeFieldDescriptionprivate static final NetworkingBackendNetworkingBackend.EPOLLprivate static final NetworkingBackendNetworkingBackend.LOCALprivate static final NetworkingBackendNetworkingBackend.NIOMethods in net.minecraft.network that return NetworkingBackendModifier and TypeMethodDescriptionstatic NetworkingBackendNetworkingBackend.local()static NetworkingBackendNetworkingBackend.networked(boolean useEpoll) Methods in net.minecraft.network with parameters of type NetworkingBackendModifier and TypeMethodDescriptionstatic ChannelFutureClientConnection.connect(InetSocketAddress address, NetworkingBackend networkingBackend, ClientConnection connection) static ClientConnectionClientConnection.connect(InetSocketAddress address, NetworkingBackend networkingBackend, @Nullable MultiValueDebugSampleLogImpl packetSizeLog)