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
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Constructor Summary
ConstructorDescriptionConfirmationEvent
(Confirmation confirmation, org.bukkit.command.CommandSender sender) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.command.CommandSender
Methods inherited from class org.bukkit.event.Event
getEventName, getHandlers, isAsynchronous
-
Constructor Details
-
ConfirmationEvent
-
-
Method Details
-
getConfirmation
- Returns:
- The
Confirmation
associated with this event.
-
getSender
public org.bukkit.command.CommandSender getSender()- Returns:
- The
CommandSender
associated with this event.
-