Class UUIDUtility
java.lang.Object
com.djrapitops.plan.identification.UUIDUtility
Utility for fetching a user's UUID.
Attempts are made in order: - Parse UUID out of the given String - Find an UUID from the database matching the player name - Find an UUID from Mojang API that matches the player name
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UUIDUtility
-
-
Method Details
-
parseFromString
-
getNameOf
-
getNameOf
-
getUUIDOf
Get UUID of a player.- Parameters:
playerName
- Player's name- Returns:
- UUID of the player
-