fn uuid_to_username(
    server: &mut Server,
    fallback_entity: Entity,
    uuid: Uuid
) -> Result<String, Content>
Expand description

NOTE: Intended to be run only on logged-in clients.