Mojang Api Parser
object MojangApiParser
Utility object for interacting with Mojang's public profile API.
Provides helper functions to:
Resolve a Minecraft username → UUID
Resolve a UUID → username/profile
Check the availability of Mojang API endpoints
All API calls are performed synchronously using OkHttp and return null or false on failure instead of throwing.