Mojang Service
interface MojangService
Defines the MojangService interface for interacting with Mojang's web APIs.
Functions
Link copied to clipboard
@GET(value = "/session/minecraft/profile/{uuid}" )
Retrieves the player's profile from the Mojang session server using their UUID.
Link copied to clipboard
@GET(value = "/users/profiles/minecraft/{username}" )
Retrieves the player's UUID profile from the Mojang API based on the provided username.