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
  • Constructor Details

    • ConfirmationEvent

      public ConfirmationEvent(Confirmation confirmation, org.bukkit.command.CommandSender sender)
  • Method Details

    • getConfirmation

      public Confirmation getConfirmation()
      Returns:
      The Confirmation associated with this event.
    • getSender

      public org.bukkit.command.CommandSender getSender()
      Returns:
      The CommandSender associated with this event.