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, setResultpublic final ICommandSender sender
public String[] parameters
public CommandEvent(ICommand command, ICommandSender sender, String[] parameters)