getUsername

fun getUsername(uuid: UUID): ERROR CLASS: Cannot infer argument for type parameter R

Fetches the Mojang profile associated with the given UUID.

This internally strips hyphens before performing the request, as Mojang's profile endpoint expects a compact UUID format.

Return

a NameAndUUID entry if the profile exists, or null if the UUID is invalid or the API request fails

Parameters

uuid

the UUID to query