Class AuctionEvent

java.lang.Object
org.bukkit.event.Event
fr.maxlego08.zauctionhouse.api.event.AuctionEvent
Direct Known Subclasses:
AuctionItemExpireEvent, CancelledAuctionEvent, EconomyCurrencyEvent, EconomyDenyEvent, EconomyDepositEvent, EconomyMoneyEvent, EconomyWithdrawMoney

public class AuctionEvent 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

    Constructors
    Constructor
    Description
     
    AuctionEvent(boolean isAsync)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AuctionEvent

      public AuctionEvent()
    • AuctionEvent

      public AuctionEvent(boolean isAsync)
      Parameters:
      isAsync -
  • Method Details

    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
      Returns:
      the handlers
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • callEvent

      public void callEvent()