| 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 and Description | 
|---|---|
boolean | 
Server.dispatchCommand(CommandSender sender,
               String commandLine)
Dispatches a command on this server, and executes it if found. 
 | 
static boolean | 
Bukkit.dispatchCommand(CommandSender sender,
               String commandLine)
Dispatches a command on this server, and executes it if found. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
SimpleCommandMap.dispatch(CommandSender sender,
        String commandLine)
Looks for the requested command and executes it if found. 
 | 
boolean | 
CommandMap.dispatch(CommandSender sender,
        String cmdLine)
Looks for the requested command and executes it if found. 
 | 
List<String> | 
PluginCommand.tabComplete(CommandSender sender,
           String alias,
           String[] args)
Executed on tab completion for this command, returning a list of
 options the player can tab through. 
 | 
Copyright © 2022. All rights reserved.