Package net.fabricmc.fabric.api.network

Types

ClientSidePacketRegistry
Link copied to clipboard
public interface ClientSidePacketRegistry implements PacketRegistry
The client-side packet registry.
PacketConsumer
Link copied to clipboard
public interface PacketConsumer
Interface for receiving CustomPayload-based packets.
PacketContext
Link copied to clipboard
public interface PacketContext
Interface defining a context used during packet processing.
PacketRegistry
Link copied to clipboard
public interface PacketRegistry
ServerSidePacketRegistry
Link copied to clipboard
public interface ServerSidePacketRegistry implements PacketRegistry
The server-side packet registry.