getPlayerTitles

fun getPlayerTitles(uuid: UUID): MutableMap<Title, Calendar>(source)

Retrieves the titles of a player identified by their UUID.

Return

A map containing the titles owned by the player, mapped to the calendar when they were awarded.

Parameters

uuid

The UUID of the player.