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
-
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerList
boolean
void
setCancelled
(boolean cancelled) void
setCommand
(String command) Methods inherited from class ch.njol.skript.command.CommandEvent
getArgs, getCommand, getSender
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
EffectCommandEvent
-
-
Method Details
-
setCommand
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfaceCancellable
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelled
in interfaceCancellable
-
getHandlers
- Overrides:
getHandlers
in classCommandEvent
-
getHandlerList
-