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 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.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 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.connect(InetAddress address, int port, boolean shouldUseNativeTransport) static ClientConnectionClientConnection.connectLocal(SocketAddress address) -
Uses of ClientConnection in net.minecraft.realms
Fields in net.minecraft.realms declared as ClientConnection -
Uses of ClientConnection in net.minecraft.server
Fields in net.minecraft.server with type parameters of type ClientConnectionModifier and TypeFieldDescriptionprivate final List<ClientConnection>ServerNetworkIo.connectionsMethods in net.minecraft.server with parameters of type ClientConnectionModifier and TypeMethodDescriptionvoidPlayerManager.method_12827(ClientConnection clientConnection, ServerPlayerEntity serverPlayerEntity) -
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)