Uses of Class
com.olziedev.playerauctions.api.events.AuctionEvent
Packages that use AuctionEvent
Package
Description
All auction event objects that are triggered within the plugin.
All auction events that are triggered for auctions.
All auction events that are triggered for expansions.
All auction events that are triggered for menus.
All auction events that are triggered on an update.
-
Uses of AuctionEvent in com.olziedev.playerauctions.api.events
Methods in com.olziedev.playerauctions.api.events with type parameters of type AuctionEventModifier and TypeMethodDescriptionstatic <T extends AuctionEvent>
TCalls the event and runs the callback. -
Uses of AuctionEvent in com.olziedev.playerauctions.api.events.auction
Subclasses of AuctionEvent in com.olziedev.playerauctions.api.events.auctionModifier and TypeClassDescriptionclassEvent that is triggered before a player bids on an auction.classEvent that is triggered before a player wins a bids on an auction.classEvent that is triggered before a player purchases an auction.classEvent that is triggered before an auction has been removed.classEvent that is triggered before an auction is being added to the auction house. -
Uses of AuctionEvent in com.olziedev.playerauctions.api.events.expansion
Subclasses of AuctionEvent in com.olziedev.playerauctions.api.events.expansionModifier and TypeClassDescriptionclassEvent that is triggered before an expansion is being loaded.classEvent that is triggered before an expansion is being unloaded.classHandles all expansion type events. -
Uses of AuctionEvent in com.olziedev.playerauctions.api.events.update
Subclasses of AuctionEvent in com.olziedev.playerauctions.api.events.updateModifier and TypeClassDescriptionclassEvent that is triggered before an auctions' expire time has been updated.classEvent that is triggered before a players' data has been updated.classHandles all the basic and common methods for updated based events.classEvent that is triggered before an auction has been updated.