Uses of Interface
fr.prodrivers.bukkit.commons.parties.Party
Packages that use Party
-
Uses of Party in fr.prodrivers.bukkit.commons.parties
Methods in fr.prodrivers.bukkit.commons.parties that return PartyModifier and TypeMethodDescriptionPartyManager.createParty
(@NonNull UUID ownerUniqueId) Creates a new party.Get player's party.Methods in fr.prodrivers.bukkit.commons.parties that return types with arguments of type PartyModifier and TypeMethodDescriptionPartyManager.getParties()
Returns all known parties.PartyManager.getPartyInvites
(@NonNull UUID invitedPlayerUniqueId) Get parties on which the player has pending party invitations.Methods in fr.prodrivers.bukkit.commons.parties with parameters of type PartyModifier and TypeMethodDescriptionvoid
PartyManager.addPartyInvite
(@NonNull UUID invitedPlayerUniqueId, @NonNull Party party) Invites a player to a partyboolean
PartyManager.addToParty
(@NonNull Party party, @NonNull UUID playerUniqueId) Assigns an existing party to a player.boolean
PartyManager.assignOwner
(@NonNull Party party, @NonNull UUID newOwnerUniqueId) Assigns a new owner to a party.void
Disband and remove a party.