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:
Cancellable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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 interfaceCancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfaceCancellable
-
getHandlers
- Overrides:
getHandlersin classCommandEvent
-
getHandlerList
-