| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.command | Classes relating to handling specialized non-chat player input. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static boolean | Bukkit. dispatchCommand(CommandSender sender,
               java.lang.String commandLine) | Dispatches a command on this server, and executes it if found. | 
| boolean | Server. dispatchCommand(CommandSender sender,
               java.lang.String commandLine) | Dispatches a command on this server, and executes it if found. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | CommandMap. dispatch(CommandSender sender,
        java.lang.String cmdLine) | Looks for the requested command and executes it if found. | 
| boolean | SimpleCommandMap. dispatch(CommandSender sender,
        java.lang.String commandLine) | Looks for the requested command and executes it if found. | 
| java.util.List<java.lang.String> | PluginCommand. tabComplete(CommandSender sender,
           java.lang.String alias,
           java.lang.String[] args) | Executed on tab completion for this command, returning a list of
 options the player can tab through. | 
Copyright © 2018. All rights reserved.