Class EffectCommandEvent

java.lang.Object
org.bukkit.event.Event
ch.njol.skript.command.CommandEvent
ch.njol.skript.command.EffectCommandEvent
All Implemented Interfaces:
org.bukkit.event.Cancellable

public class EffectCommandEvent extends CommandEvent implements org.bukkit.event.Cancellable
  • Constructor Details

    • EffectCommandEvent

      public EffectCommandEvent(org.bukkit.command.CommandSender sender, String command)
  • Method Details

    • setCommand

      public void setCommand(String command)
    • isCancelled

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

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

      public org.bukkit.event.HandlerList getHandlers()
      Overrides:
      getHandlers in class CommandEvent
    • getHandlerList

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