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.
  • 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, or null for a query/system action
      operation - stable operation name
      target - optional region lookup target
      cause - initiating subsystem
      failureType - normalized failure category
      message - bounded newline-free failure message
  • Methodendetails

    • actorId

      public UUID actorId()
      Returns the actor.
      Gibt zurück:
      initiating player, or null
    • operation

      public String operation()
      Returns the operation.
      Gibt zurück:
      stable operation name
    • target

      public String target()
      Returns the target.
      Gibt zurück:
      optional region lookup target
    • cause

      public OperationCause cause()
      Returns the origin.
      Gibt zurück:
      initiating subsystem
    • failureType

      public String failureType()
      Returns the category.
      Gibt zurück:
      normalized failure category
    • message

      public String message()
      Returns the safe diagnostic.
      Gibt zurück:
      bounded diagnostic message
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Angegeben von:
      getHandlers in Klasse org.bukkit.event.Event
    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
      Returns Bukkit's static handler registry.
      Gibt zurück:
      handler list