Package net.fabricmc.fabric.api.client.networking.v1
package net.fabricmc.fabric.api.client.networking.v1
The Networking API (client side), version 1.
For login stage networking see ClientLoginNetworking
.
For play stage networking see ClientPlayNetworking
.
For events related to connection to a server see ClientLoginConnectionEvents
for login stage
or ClientPlayConnectionEvents
for play stage.
For events related to the ability of a server to receive packets on a channel of a specific name see C2SPlayChannelEvents
.
-
ClassDescriptionOffers access to events related to the indication of a connected server's ability to receive packets in certain channels.Offers access to events related to the connection to a server on the client while the server is processing the client's login request.Offers access to login stage client-side networking functionalities.Offers access to events related to the connection to a server on a logical client.Offers access to play stage client-side networking functionalities.