Klasse ListingCancelledEvent
java.lang.Object
org.bukkit.event.Event
de.delinkedde.areashopreborn.event.ListingCancelledEvent
public final class ListingCancelledEvent
extends org.bukkit.event.Event
Fired synchronously after listing cancellation, region restoration, and audit commit.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.bukkit.event.Event
org.bukkit.event.Event.Result -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungListingCancelledEvent(UUID actorId, EstateRegion previousRegion, Listing previousListing, OperationCause cause) Creates the completed listing-cancellation event. -
Methodenübersicht
Von Klasse geerbte Methoden org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Konstruktordetails
-
ListingCancelledEvent
public ListingCancelledEvent(UUID actorId, EstateRegion previousRegion, Listing previousListing, OperationCause cause) Creates the completed listing-cancellation event.- Parameter:
actorId- authorized seller or administratorpreviousRegion- region before cancellationpreviousListing- active listing before cancellationcause- initiating subsystem
-
-
Methodendetails
-
actorId
Returns the actor.- Gibt zurück:
- authorized actor
-
previousRegion
Returns the previous region.- Gibt zurück:
- immutable region before cancellation
-
previousListing
Returns the previous listing.- Gibt zurück:
- immutable active listing
-
cause
Returns the origin.- Gibt zurück:
- initiating subsystem
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Angegeben von:
getHandlersin Klasseorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()Returns Bukkit's static handler registry.- Gibt zurück:
- handler list
-