Interface IPartyPlayerInfoAPI
- All Known Subinterfaces:
IPartyMemberAPI
public interface IPartyPlayerInfoAPI
API for info about a player used for party purposes
-
Method Summary
Modifier and TypeMethodDescriptionGets the currently known username of this player.getUUID()
Gets the UUID of this player.
-
Method Details
-
getUUID
Gets the UUID of this player.- Returns:
- the UUID of this player, not null
-
getUsername
Gets the currently known username of this player.- Returns:
- the currently known username of this player, not null
-