Package de.smoofy.core.api.fetcher
Schnittstelle IUUIDFetcher
public interface IUUIDFetcher
-
Methodenübersicht
-
Methodendetails
-
uuid
Get a player's UUID from their name.- Parameter:
name
- The name of the player- Gibt zurück:
- The UUID of the player
-
name
Get a player's name from their UUID.- Parameter:
uuid
- The UUID of the player- Gibt zurück:
- The name of the player
-