java.lang.Object
io.github.fablabsmc.fablabs.api.networking.v1.client.ClientNetworking

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

Client-side networking functionalities include receiving clientbound packets, sending serverbound packets, and events related to client-side network handlers.

This class should be only used on the physical client and for the logical client.

See Also:
ServerNetworking