Interface IPartyMemberAPI
- All Superinterfaces:
IPartyPlayerInfoAPI
API for info about a party member
-
Method Summary
Modifier and TypeMethodDescriptionxaero.pac.common.parties.party.member.PartyMemberRank
getRank()
Gets the rank of this party member.Gets the currently known username of this player.getUUID()
Gets the UUID of this player.boolean
isOwner()
Checks whether this party member is the owner of the party.
-
Method Details
-
getUUID
Description copied from interface:IPartyPlayerInfoAPI
Gets the UUID of this player.- Specified by:
getUUID
in interfaceIPartyPlayerInfoAPI
- Returns:
- the UUID of this player, not null
-
getUsername
Description copied from interface:IPartyPlayerInfoAPI
Gets the currently known username of this player.- Specified by:
getUsername
in 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
-