Uses of Interface
com.palmergames.bukkit.towny.invites.Invite
Packages that use Invite
Package
Description
-
Uses of Invite in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny with parameters of type InviteModifier and TypeMethodDescriptionstatic void
TownyMessaging.sendRequestMessage
(org.bukkit.command.CommandSender player, Invite invite) -
Uses of Invite in com.palmergames.bukkit.towny.command
Method parameters in com.palmergames.bukkit.towny.command with type arguments of type InviteModifier and TypeMethodDescriptionstatic void
InviteCommand.sendInviteList
(org.bukkit.entity.Player player, List<Invite> list, int page, boolean fromSender) -
Uses of Invite in com.palmergames.bukkit.towny.event.nation
Methods in com.palmergames.bukkit.towny.event.nation that return InviteConstructors in com.palmergames.bukkit.towny.event.nation with parameters of type Invite -
Uses of Invite in com.palmergames.bukkit.towny.event.town
Methods in com.palmergames.bukkit.towny.event.town that return InviteConstructors in com.palmergames.bukkit.towny.event.town with parameters of type Invite -
Uses of Invite in com.palmergames.bukkit.towny.invites
Methods in com.palmergames.bukkit.towny.invites that return types with arguments of type InviteModifier and TypeMethodDescriptionstatic Collection
<Invite> InviteHandler.getActiveInvites()
InviteHandler.getActiveInvitesFor
(InviteSender sender, InviteReceiver receiver) InviteReceiver.getReceivedInvites()
Gets the collection of invites received.InviteSender.getSentInvites()
Gets the collection of outgoing invites.Methods in com.palmergames.bukkit.towny.invites with parameters of type InviteModifier and TypeMethodDescriptionstatic void
InviteHandler.acceptInvite
(Invite invite) static void
static void
InviteHandler.declineInvite
(Invite invite, boolean fromSender) void
InviteReceiver.deleteReceivedInvite
(Invite invite) Removes an invite from the received collection.void
InviteSender.deleteSentInvite
(Invite invite) Removes an outgoing invite.static boolean
InviteHandler.inviteIsActive
(Invite invite) void
InviteReceiver.newReceivedInvite
(Invite invite) Adds an invite to the received collection.void
InviteSender.newSentInvite
(Invite invite) Adds an outgoing invite.static void
InviteHandler.removeInvite
(Invite invite) -
Uses of Invite in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return types with arguments of type InviteModifier and TypeMethodDescriptionGovernment.getReceivedInvites()
Resident.getReceivedInvites()
Nation.getSentAllyInvites()
Government.getSentInvites()
Methods in com.palmergames.bukkit.towny.object with parameters of type InviteModifier and TypeMethodDescriptionfinal void
Government.deleteReceivedInvite
(Invite invite) void
Resident.deleteReceivedInvite
(Invite invite) void
Nation.deleteSentAllyInvite
(Invite invite) final void
Government.deleteSentInvite
(Invite invite) final void
Government.newReceivedInvite
(Invite invite) void
Resident.newReceivedInvite
(Invite invite) void
Nation.newSentAllyInvite
(Invite invite) final void
Government.newSentInvite
(Invite invite) -
Uses of Invite in com.palmergames.bukkit.towny.object.inviteobjects
Classes in com.palmergames.bukkit.towny.object.inviteobjects that implement InviteModifier and TypeClassDescriptionclass
class
class