Uses of Class
net.minecraft.network.ClientConnection
Packages that use ClientConnection
Package
Description
The base package for all Minecraft classes.
-
Uses of ClientConnection in net.minecraft
Fields in net.minecraft declared as ClientConnectionModifier and TypeFieldDescriptionprotected final ClientConnectionclass_8609.field_45013private final ClientConnectionclass_8671.field_45509protected final ClientConnectionclass_8673.field_45589Constructors in net.minecraft with parameters of type ClientConnectionModifierConstructorDescriptionclass_8609(MinecraftServer minecraftServer, ClientConnection clientConnection, int int2) class_8610(MinecraftServer minecraftServer, ClientConnection clientConnection, com.mojang.authlib.GameProfile gameProfile) class_8671(Text text, ClientConnection clientConnection) protectedclass_8673(MinecraftClient minecraftClient, ClientConnection clientConnection, class_8675 class_8675) class_8674(MinecraftClient minecraftClient, ClientConnection clientConnection, class_8675 class_8675) -
Uses of ClientConnection in net.minecraft.client
Fields in net.minecraft.client declared as ClientConnectionModifier and TypeFieldDescriptionprivate @Nullable ClientConnectionMinecraftClient.integratedServerConnectionThe client connection to the integrated server. -
Uses of ClientConnection in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ClientConnectionModifier and TypeFieldDescription(package private) @Nullable ClientConnectionConnectScreen.connectionThe client connection to the remote server. -
Uses of ClientConnection in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientConnectionModifier and TypeFieldDescriptionprivate final ClientConnectionClientLoginNetworkHandler.connectionFields in net.minecraft.client.network with type parameters of type ClientConnectionModifier and TypeFieldDescriptionprivate final List<ClientConnection>MultiplayerServerListPinger.clientConnectionsMethods in net.minecraft.client.network that return ClientConnectionConstructors in net.minecraft.client.network with parameters of type ClientConnectionModifierConstructorDescriptionClientLoginNetworkHandler(ClientConnection connection, MinecraftClient client, @Nullable ServerInfo serverInfo, @Nullable Screen parentScreen, boolean newWorld, @Nullable Duration worldLoadTime, Consumer<Text> statusConsumer) ClientPlayNetworkHandler(MinecraftClient client, ClientConnection clientConnection, class_8675 class_8675) -
Uses of ClientConnection in net.minecraft.client.realms
Fields in net.minecraft.client.realms declared as ClientConnectionModifier and TypeFieldDescription(package private) @Nullable ClientConnectionRealmsConnection.connection -
Uses of ClientConnection in net.minecraft.network
Subclasses of ClientConnection in net.minecraft.networkModifier and TypeClassDescriptionclassA 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.field_45668Methods in net.minecraft.network that return ClientConnectionModifier and TypeMethodDescriptionstatic ClientConnectionClientConnection.connect(InetSocketAddress address, boolean useEpoll) static ClientConnectionClientConnection.connectLocal(SocketAddress address) Methods in net.minecraft.network with parameters of type ClientConnectionModifier and TypeMethodDescriptionstatic ChannelFutureClientConnection.connect(InetSocketAddress address, boolean useEpoll, ClientConnection connection) Method parameters in net.minecraft.network with type arguments of type ClientConnectionModifier and TypeMethodDescriptionvoidClientConnection.method_52905(Consumer<ClientConnection> consumer) -
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.connectionsMethods in net.minecraft.server that return types with arguments of type ClientConnectionMethods in net.minecraft.server with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoidPlayerManager.onPlayerConnect(ClientConnection connection, ServerPlayerEntity player, int int2) -
Uses of ClientConnection in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ClientConnectionModifier and TypeFieldDescriptionprivate final ClientConnectionLocalServerHandshakeNetworkHandler.connectionprivate final ClientConnectionServerHandshakeNetworkHandler.connection(package private) final ClientConnectionServerLoginNetworkHandler.connectionprivate final ClientConnectionServerQueryNetworkHandler.connectionConstructors in net.minecraft.server.network with parameters of type ClientConnectionModifierConstructorDescriptionLocalServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection) ServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection) ServerLoginNetworkHandler(MinecraftServer server, ClientConnection connection) ServerPlayNetworkHandler(MinecraftServer server, ClientConnection connection, ServerPlayerEntity player, int int2) ServerQueryNetworkHandler(ServerMetadata metadata, ClientConnection connection)