Method | Description | |
---|---|---|
Command ( string command, CommandExecutor executor ) : System | ||
Command ( string command, CommandExecutor executor, string description ) : System | ||
Command ( string command, CommandExecutor executor, string description, |
||
CommandExists ( |
||
Execute ( CommandSender sender, string command ) : bool | ||
GetCommandDescription ( ) : string | ||
GetCommandName ( ) : string | ||
GetCommandPermission ( ) : |
||
GetExecutor ( ) : CommandExecutor | ||
OverrideCommand ( |
||
RegisterCommand ( |
||
UnregisterCommand ( |
public Command ( string command, CommandExecutor executor ) : System | ||
command | string | |
executor | CommandExecutor | |
return | System |
public Command ( string command, CommandExecutor executor, string description ) : System | ||
command | string | |
executor | CommandExecutor | |
description | string | |
return | System |
public Command ( string command, CommandExecutor executor, string description, |
||
command | string | |
executor | CommandExecutor | |
description | string | |
permission | ||
return | System |
public static CommandExists ( |
||
command | ||
return | bool |
public static Execute ( CommandSender sender, string command ) : bool | ||
sender | CommandSender | |
command | string | |
return | bool |
public static OverrideCommand ( |
||
command | ||
return | bool |
public static RegisterCommand ( |
||
command | ||
return | bool |
public static UnregisterCommand ( |
||
command | ||
return | bool |