Friend Api Client
Client-side entry point for the Friend API mod.
Keeps track of the local friend list, persists it to disk, and wires up commands, keybinds, and Mojang API calls used to manage friends.
Functions
Link copied to clipboard
Checks whether the given friend entry is present in the friend list.
Checks whether a friend with the given UUID exists.
Checks whether a friend with the given username exists.
Link copied to clipboard
Returns an immutable snapshot of the current friend list.
Link copied to clipboard
Looks up a friend by a full friend entry.
Looks up a friend by their UUID.
Looks up a friend by their Minecraft username.
Link copied to clipboard
Called by Fabric when the client mod is initialized.