Uses of Class
net.minecraft.network.ClientConnection
Packages that use ClientConnection
Package
Description
-
Uses of ClientConnection in net.minecraft
Constructors in net.minecraft with parameters of type ClientConnectionModifierConstructorDescription(package private)class_4767(MultiplayerServerListPinger multiplayerServerListPinger, ServerInfo serverInfo, ClientConnection clientConnection) class_4869(RealmsServerStatusPinger realmsServerStatusPinger, RealmsServerPing realmsServerPing, ClientConnection clientConnection, String string) (package private)class_4886(ClientConnection clientConnection, NetworkState networkState, NetworkState networkState2, Packet packet, GenericFutureListener[] genericFutureListener) (package private)class_4887(ClientConnection clientConnection) (package private)class_4888(ClientConnection clientConnection) (package private)class_4949(ServerNetworkIo serverNetworkIo, ClientConnection clientConnection) (package private)class_4950(ServerNetworkIo serverNetworkIo, ClientConnection clientConnection, LiteralText literalText) -
Uses of ClientConnection in net.minecraft.client
Fields in net.minecraft.client declared as ClientConnection -
Uses of ClientConnection in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ClientConnection -
Uses of ClientConnection in net.minecraft.client.network
Fields in net.minecraft.client.network declared as ClientConnectionModifier and TypeFieldDescriptionprivate final ClientConnectionClientLoginNetworkHandler.connectionprivate final ClientConnectionClientPlayNetworkHandler.connectionMethods in net.minecraft.client.network that return ClientConnectionConstructors in net.minecraft.client.network with parameters of type ClientConnectionModifierConstructorDescriptionClientLoginNetworkHandler(ClientConnection clientConnection, MinecraftClient minecraftClient, Screen screen) ClientPlayNetworkHandler(MinecraftClient client, Screen screen, ClientConnection connection, com.mojang.authlib.GameProfile profile) -
Uses of ClientConnection in net.minecraft.network
Methods in net.minecraft.network that return ClientConnectionModifier and TypeMethodDescriptionstatic ClientConnectionClientConnection.connectLocal(SocketAddress address) static ClientConnectionClientConnection.method_10590(InetAddress inetAddress, int int2) -
Uses of ClientConnection in net.minecraft.realms
Fields in net.minecraft.realms declared as ClientConnection -
Uses of ClientConnection in net.minecraft.server
Methods in net.minecraft.server with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoidPlayerManager.onPlayerConnect(ClientConnection connection, ServerPlayerEntity player) -
Uses of ClientConnection in net.minecraft.server.network
Fields in net.minecraft.server.network declared as ClientConnectionModifier and TypeFieldDescriptionprivate final ClientConnectionIntegratedServerHandshakeNetworkHandler.connectionprivate final ClientConnectionServerHandshakeNetworkHandler.connectionfinal ClientConnectionServerLoginNetworkHandler.connectionfinal ClientConnectionServerPlayNetworkHandler.connectionprivate final ClientConnectionServerQueryNetworkHandler.field_8970Methods in net.minecraft.server.network that return ClientConnectionConstructors in net.minecraft.server.network with parameters of type ClientConnectionModifierConstructorDescriptionIntegratedServerHandshakeNetworkHandler(MinecraftServer server, ClientConnection connection) ServerHandshakeNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection) ServerLoginNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection) ServerPlayNetworkHandler(MinecraftServer server, ClientConnection connection, ServerPlayerEntity player) ServerQueryNetworkHandler(MinecraftServer minecraftServer, ClientConnection clientConnection)