Klasse EstateOperationFailedEvent
java.lang.Object
org.bukkit.event.Event
de.delinkedde.areashopreborn.event.EstateOperationFailedEvent
public final class EstateOperationFailedEvent
extends org.bukkit.event.Event
Fired synchronously when a command or public API operation completes exceptionally.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.bukkit.event.Event
org.bukkit.event.Event.Result -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEstateOperationFailedEvent(UUID actorId, String operation, String target, OperationCause cause, String failureType, String message) Creates a normalized failure notification without exposing a raw exception. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactorId()Returns the actor.cause()Returns the origin.Returns the category.static org.bukkit.event.HandlerListReturns Bukkit's static handler registry.org.bukkit.event.HandlerListmessage()Returns the safe diagnostic.Returns the operation.target()Returns the target.Von Klasse geerbte Methoden org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Konstruktordetails
-
EstateOperationFailedEvent
public EstateOperationFailedEvent(UUID actorId, String operation, String target, OperationCause cause, String failureType, String message) Creates a normalized failure notification without exposing a raw exception.- Parameter:
actorId- initiating player, ornullfor a query/system actionoperation- stable operation nametarget- optional region lookup targetcause- initiating subsystemfailureType- normalized failure categorymessage- bounded newline-free failure message
-
-
Methodendetails
-
actorId
Returns the actor.- Gibt zurück:
- initiating player, or
null
-
operation
Returns the operation.- Gibt zurück:
- stable operation name
-
target
Returns the target.- Gibt zurück:
- optional region lookup target
-
cause
Returns the origin.- Gibt zurück:
- initiating subsystem
-
failureType
Returns the category.- Gibt zurück:
- normalized failure category
-
message
Returns the safe diagnostic.- Gibt zurück:
- bounded diagnostic message
-
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
-