Uses of Class
net.minecraft.network.ClientConnection
Packages that use ClientConnection
Package
Description
-
Uses of ClientConnection in net.minecraft.client
Fields in net.minecraft.client declared as ClientConnectionModifier and TypeFieldDescriptionprivate @Nullable ClientConnection
MinecraftClient.integratedServerConnection
The client connection to the integrated server. -
Uses of ClientConnection in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ClientConnectionConstructors in net.minecraft.client.gui.screen with parameters of type ClientConnection -
Uses of ClientConnection in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as ClientConnectionModifier and TypeFieldDescription(package private) @Nullable ClientConnection
ConnectScreen.connection
The client connection to the remote server. -
Uses of ClientConnection in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientConnectionModifier and TypeFieldDescriptionprotected final ClientConnection
ClientCommonNetworkHandler.connection
private final ClientConnection
ClientLoginNetworkHandler.connection
Fields in net.minecraft.client.network with type parameters of type ClientConnectionModifier and TypeFieldDescriptionprivate final List
<ClientConnection> MultiplayerServerListPinger.clientConnections
Methods in net.minecraft.client.network that return ClientConnectionConstructors in net.minecraft.client.network with parameters of type ClientConnectionModifierConstructorDescriptionprotected
ClientCommonNetworkHandler
(MinecraftClient client, ClientConnection connection, ClientConnectionState connectionState) ClientConfigurationNetworkHandler
(MinecraftClient client, ClientConnection connection, ClientConnectionState connectionState) ClientLoginNetworkHandler
(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer, @Nullable CookieStorage cookieStorage) ClientPlayNetworkHandler
(MinecraftClient client, ClientConnection clientConnection, ClientConnectionState clientConnectionState) -
Uses of ClientConnection in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as ClientConnectionModifier and TypeFieldDescription(package private) @Nullable ClientConnection
RealmsConnection.connection
-
Uses of ClientConnection in net.minecraft.client.resource.server
Methods in net.minecraft.client.resource.server with parameters of type ClientConnectionModifier and TypeMethodDescriptionprivate static PackStateChangeCallback
ServerResourcePackLoader.getStateChangeCallback
(ClientConnection connection) void
ServerResourcePackLoader.init
(ClientConnection connection, ServerResourcePackManager.AcceptanceStatus acceptanceStatus) -
Uses of ClientConnection in net.minecraft.network
Subclasses of ClientConnection in net.minecraft.networkModifier and TypeClassDescriptionclass
A connection that disconnects from the backing netty channel if too many packets are received.Fields in net.minecraft.network with type parameters of type ClientConnectionModifier and TypeFieldDescriptionprivate final Queue
<Consumer<ClientConnection>> ClientConnection.queuedTasks
Methods in net.minecraft.network that return ClientConnectionModifier and TypeMethodDescriptionstatic ClientConnection
ClientConnection.connect
(InetSocketAddress address, boolean useEpoll, @Nullable MultiValueDebugSampleLogImpl packetSizeLog) static ClientConnection
ClientConnection.connectLocal
(SocketAddress address) Methods in net.minecraft.network with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic ChannelFuture
ClientConnection.connect
(InetSocketAddress address, boolean useEpoll, ClientConnection connection) Method parameters in net.minecraft.network with type arguments of type ClientConnection -
Uses of ClientConnection in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ClientConnectionModifier and TypeFieldDescription(package private) final List
<ClientConnection> ServerNetworkIo.connections
Methods in net.minecraft.server that return types with arguments of type ClientConnectionMethods in net.minecraft.server with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoid
PlayerManager.onPlayerConnect
(ClientConnection connection, ServerPlayerEntity player, ConnectedClientData clientData) -
Uses of ClientConnection in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ClientConnectionModifier and TypeFieldDescriptionprivate final ClientConnection
LocalServerHandshakeNetworkHandler.connection
protected final ClientConnection
ServerCommonNetworkHandler.connection
private final ClientConnection
ServerHandshakeNetworkHandler.connection
(package private) final ClientConnection
ServerLoginNetworkHandler.connection
private final ClientConnection
ServerQueryNetworkHandler.connection
Constructors in net.minecraft.server.network with parameters of type ClientConnectionModifierConstructorDescriptionLocalServerHandshakeNetworkHandler
(MinecraftServer server, ClientConnection connection) ServerCommonNetworkHandler
(MinecraftServer server, ClientConnection connection, ConnectedClientData clientData) ServerConfigurationNetworkHandler
(MinecraftServer server, ClientConnection connection, ConnectedClientData clientData) ServerHandshakeNetworkHandler
(MinecraftServer server, ClientConnection connection) ServerLoginNetworkHandler
(MinecraftServer server, ClientConnection connection, boolean transferred) ServerPlayNetworkHandler
(MinecraftServer server, ClientConnection connection, ServerPlayerEntity player, ConnectedClientData clientData) ServerQueryNetworkHandler
(ServerMetadata metadata, ClientConnection connection)