Class CancelledAuctionEvent

java.lang.Object
org.bukkit.event.Event
fr.maxlego08.zauctionhouse.api.event.AuctionEvent
fr.maxlego08.zauctionhouse.api.event.CancelledAuctionEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable
Direct Known Subclasses:
AuctionAdminRemoveEvent, AuctionClaimEvent, AuctionGiveItemStackEvent, AuctionPostBuyEvent, AuctionPreBuyEvent, AuctionPreSellEvent, AuctionRemoveEvent, AuctionRetrieveEvent, AuctionSellEvent, AuctionTransactionEvent

public class CancelledAuctionEvent extends AuctionEvent implements org.bukkit.event.Cancellable
  • Constructor Details

    • CancelledAuctionEvent

      public CancelledAuctionEvent()
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
      Returns:
      the cancelled
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
      Parameters:
      cancelled - the cancelled to set