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 Link icon

    • ConfirmationEvent Link icon

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

    • getConfirmation Link icon

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

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