Interface IPartyMemberAPI
- All Superinterfaces:
IPartyPlayerInfoAPI
API for info about a party member
-
Method Summary
Modifier and TypeMethodDescriptionxaero.pac.common.parties.party.member.PartyMemberRankgetRank()Gets the rank of this party member.Gets the currently known username of this player.getUUID()Gets the UUID of this player.booleanisOwner()Checks whether this party member is the owner of the party.
-
Method Details
-
getUUID
Description copied from interface:IPartyPlayerInfoAPIGets the UUID of this player.- Specified by:
getUUIDin interfaceIPartyPlayerInfoAPI- Returns:
- the UUID of this player, not null
-
getUsername
Description copied from interface:IPartyPlayerInfoAPIGets the currently known username of this player.- Specified by:
getUsernamein interfaceIPartyPlayerInfoAPI- Returns:
- the currently known username of this player, not null
-
getRank
@Nonnull xaero.pac.common.parties.party.member.PartyMemberRank getRank()Gets the rank of this party member.- Returns:
- the rank of this member, not null
-
isOwner
boolean isOwner()Checks whether this party member is the owner of the party.- Returns:
- true if this player is the owner of the party, otherwise false
-