public class CommandEvent extends Event
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
ICommand |
command |
Throwable |
exception |
String[] |
parameters |
ICommandSender |
sender |
Constructor and Description |
---|
CommandEvent(ICommand command,
ICommandSender sender,
String[] parameters) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final ICommand command
public final ICommandSender sender
public String[] parameters
public Throwable exception
public CommandEvent(ICommand command, ICommandSender sender, String[] parameters)