Class ScriptEngineCustomEvent

java.lang.Object
org.bukkit.event.Event
com.mclds.plugins.scriptengin.events.ScriptEngineCustomEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

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

    • ScriptEngineCustomEvent

      public ScriptEngineCustomEvent(String customName, Object customData)
  • Method Details

    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • isCancelled

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

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