Package ch.njol.skript.command
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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListbooleanvoidsetCancelled(boolean cancelled) voidsetCommand(String command) Methods inherited from class ch.njol.skript.command.CommandEvent
getArgs, getCommand, getSenderMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
EffectCommandEvent
-
-
Method Details
-
setCommand
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceorg.bukkit.event.Cancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Overrides:
getHandlersin classCommandEvent
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-