Interface IPartyMemberAPI

All Superinterfaces:
IPartyPlayerInfoAPI

public interface IPartyMemberAPI extends IPartyPlayerInfoAPI
API for info about a party member
  • Method Summary

    Modifier and Type
    Method
    Description
    xaero.pac.common.parties.party.member.PartyMemberRank
    Gets the rank of this party member.
    Gets the currently known username of this player.
    Gets the UUID of this player.
    boolean
    Checks whether this party member is the owner of the party.
  • Method Details

    • getUUID

      @Nonnull UUID getUUID()
      Description copied from interface: IPartyPlayerInfoAPI
      Gets the UUID of this player.
      Specified by:
      getUUID in interface IPartyPlayerInfoAPI
      Returns:
      the UUID of this player, not null
    • getUsername

      @Nonnull String getUsername()
      Description copied from interface: IPartyPlayerInfoAPI
      Gets the currently known username of this player.
      Specified by:
      getUsername in interface IPartyPlayerInfoAPI
      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