Class ServerConfigurationNetworking

java.lang.Object
net.fabricmc.fabric.api.networking.v1.ServerConfigurationNetworking

public final class ServerConfigurationNetworking extends Object
Offers access to configuration stage server-side networking functionalities.

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

This class should be only used for the logical server.

See ServerPlayNetworking for information on how to use the packet object-based API.

See the documentation on each class for more information.

See Also: