Class CancellableEvent

  • All Implemented Interfaces:
    org.bukkit.event.Cancellable

    
    public class CancellableEvent
    extends BasicEvent implements Cancellable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static HandlerList handlers
      public final static HandlerList handlers
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HandlerList getHandlers()
      static HandlerList getHandlerList()
      boolean call()
      boolean isCancelled()
      void setCancelled(boolean cancelled)
      • Methods inherited from class org.bukkit.event.Event

        getEventName, getHandlers, isAsynchronous
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait