Uses of Class
com.palmergames.bukkit.towny.confirmations.Confirmation
Packages that use Confirmation
Package
Description
-
Uses of Confirmation in com.palmergames.bukkit.towny
Methods in com.palmergames.bukkit.towny with parameters of type ConfirmationModifier and TypeMethodDescriptionstatic void
TownyMessaging.sendConfirmationMessage
(org.bukkit.command.CommandSender sender, Confirmation confirmation) Sends a player click-able confirmation messages. -
Uses of Confirmation in com.palmergames.bukkit.towny.confirmations
Methods in com.palmergames.bukkit.towny.confirmations that return ConfirmationModifier and TypeMethodDescriptionConfirmationBuilder.build()
Builds a new instance ofConfirmation
from this object's state.Methods in com.palmergames.bukkit.towny.confirmations with parameters of type ConfirmationModifier and TypeMethodDescriptionstatic void
ConfirmationHandler.sendConfirmation
(org.bukkit.command.CommandSender sender, Confirmation confirmation) Registers and begins the timeout timer for the confirmation. -
Uses of Confirmation in com.palmergames.bukkit.towny.confirmations.event
Methods in com.palmergames.bukkit.towny.confirmations.event that return ConfirmationConstructors in com.palmergames.bukkit.towny.confirmations.event with parameters of type ConfirmationModifierConstructorDescriptionConfirmationCancelEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender, boolean timeout) ConfirmationConfirmEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender) ConfirmationEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender) ConfirmationSendEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender) -
Uses of Confirmation in com.palmergames.bukkit.towny.object
Methods in com.palmergames.bukkit.towny.object that return ConfirmationMethods in com.palmergames.bukkit.towny.object with parameters of type Confirmation