Class ConfirmationEvent
java.lang.Object
org.bukkit.event.Event
com.palmergames.bukkit.towny.confirmations.event.ConfirmationEvent
- Direct Known Subclasses:
ConfirmationCancelEvent
,ConfirmationConfirmEvent
,ConfirmationSendEvent
public abstract class ConfirmationEvent
extends org.bukkit.event.Event
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionConfirmationEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.command.CommandSender
-
Constructor Details
-
Method Details
-
getConfirmation
- Returns:
- The
Confirmation
associated with this event.
-
getSender
public org.bukkit.command.CommandSender getSender()- Returns:
- The
CommandSender
associated with this event.
-