Class CustomCancellableEvent

java.lang.Object
org.bukkit.event.Event
com.mclds.plugins.customplugin.events.CustomCancellableEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable
Direct Known Subclasses:
EmailEvent, MenuOpenEvent, MultiWorldCreateEvent, OfflinePlayerEvent, PlayerEvent, RealmEvent, SendToPlayerHudEvent

public abstract class CustomCancellableEvent extends org.bukkit.event.Event implements org.bukkit.event.Cancellable
  • Constructor Details

    • CustomCancellableEvent

      public CustomCancellableEvent()
  • Method Details

    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
    • notCancelled

      public boolean notCancelled()
    • setCancelled

      public void setCancelled(boolean cancel)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable