Class PlayerAuctionRemoveEvent

java.lang.Object
org.bukkit.event.Event
com.olziedev.playerauctions.api.events.AuctionEvent
com.olziedev.playerauctions.api.events.auction.PlayerAuctionRemoveEvent
All Implemented Interfaces:
Cancellable

public class PlayerAuctionRemoveEvent extends AuctionEvent
Event that is triggered before an auction has been removed.
  • Constructor Details

    • PlayerAuctionRemoveEvent

      public PlayerAuctionRemoveEvent(Auction playerAuction, PlayerAuctionRemoveEvent.Cause cause)
      This event is triggered before an auction has been removed.
      Parameters:
      playerAuction - The auction instance that will be removed.
      cause - The cause will trigger the auction removal.
  • Method Details