Class ClientConfigurationNetworking

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

public final class ClientConfigurationNetworking extends Object
Offers access to configuration stage 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 ServerPlayNetworking for information on how to use the packet object-based API.

See Also:
  • invalid reference
    ServerConfigurationNetworking