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_2106(ServerNetworkIo serverNetworkIo, ClientConnection clientConnection, LiteralText literalText) -
Uses of ClientConnection in net.minecraft.client
Fields in net.minecraft.client declared as ClientConnectionModifier and TypeFieldDescriptionprivate ClientConnectionMinecraftClient.clientConnectionprivate ClientConnectionclass_5028.field_22718Constructors in net.minecraft.client with parameters of type ClientConnectionModifierConstructorDescription(package private)class_1849(MultiplayerServerListPinger multiplayerServerListPinger, ServerInfo serverInfo, ClientConnection clientConnection) (package private)class_1938(class_5045 class_5045, class_5067 class_5067, ClientConnection clientConnection) (package private)class_1959(ClientConnection clientConnection) (package private)class_1960(ClientConnection 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 minecraftClient, Screen screen, ClientConnection clientConnection) -
Uses of ClientConnection in net.minecraft.network
Methods in net.minecraft.network that return ClientConnectionModifier and TypeMethodDescriptionstatic ClientConnectionClientConnection.connectLocal(SocketAddress address) static ClientConnectionClientConnection.method_7397(InetAddress inetAddress, int int2) Constructors in net.minecraft.network with parameters of type ClientConnectionModifierConstructorDescription(package private)class_1958(ClientConnection clientConnection, NetworkState networkState, NetworkState networkState2, Packet packet, GenericFutureListener[] genericFutureListener) -
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) -
Uses of ClientConnection in net.minecraft.util.crash.provider
Constructors in net.minecraft.util.crash.provider with parameters of type ClientConnectionModifierConstructorDescription(package private)ConnectionProvider(ServerNetworkIo serverNetworkIo, ClientConnection clientConnection)