Class ClientLoginNetworking

java.lang.Object
net.fabricmc.fabric.api.client.networking.v1.ClientLoginNetworking

@Environment(CLIENT) public final class ClientLoginNetworking extends Object
Offers access to login stage client-side networking functionalities.

The Minecraft login protocol only allows the client to respond to a server's request, but not initiate one of its own.

See Also: