Class ActorSaveClipboardEvent

java.lang.Object
com.sk89q.worldedit.event.Event
com.fastasyncworldedit.core.event.extent.ActorSaveClipboardEvent
All Implemented Interfaces:
Cancellable

public class ActorSaveClipboardEvent extends Event implements Cancellable
  • Constructor Details

    • ActorSaveClipboardEvent

      public ActorSaveClipboardEvent(Actor actor, Clipboard clipboard, URI source, URI destination)
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Description copied from interface: Cancellable
      Returns whether the event has been cancelled.
      Specified by:
      isCancelled in interface Cancellable
      Returns:
      true if cancelled
    • setCancelled

      public void setCancelled(boolean cancelled)
      Description copied from interface: Cancellable
      Set whether the event has been cancelled.
      Specified by:
      setCancelled in interface Cancellable
      Parameters:
      cancelled - true if cancelled
    • getSourceURI

      public URI getSourceURI()
    • getDestinationURI

      public URI getDestinationURI()
    • getClipboard

      public Clipboard getClipboard()
    • getActor

      public Actor getActor()