Player Service
interface PlayerService
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.