Uses of Interface
com.palmergames.bukkit.towny.invites.Invite
Package
Description
-
Uses of Invite in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionstatic void
TownyMessaging.sendRequestMessage
(org.bukkit.command.CommandSender player, Invite invite) -
Uses of Invite in com.palmergames.bukkit.towny.command
Modifier 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
-
Uses of Invite in com.palmergames.bukkit.towny.event.town
-
Uses of Invite in com.palmergames.bukkit.towny.invites
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionGovernment.getReceivedInvites()
Resident.getReceivedInvites()
Nation.getSentAllyInvites()
Government.getSentInvites()
Modifier 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
Modifier and TypeClassDescriptionclass
class
class