Class AbstractCancellable

java.lang.Object
com.soulfiremc.server.api.event.AbstractCancellable
All Implemented Interfaces:
net.lenni0451.lambdaevents.types.ICancellableEvent

public abstract class AbstractCancellable extends Object implements net.lenni0451.lambdaevents.types.ICancellableEvent
  • Constructor Details

    • AbstractCancellable

      public AbstractCancellable()
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface net.lenni0451.lambdaevents.types.ICancellableEvent
    • cancelled

      @NotNull public @NotNull AbstractCancellable cancelled(boolean cancelled)
      Returns:
      this.