|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandException | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.command | Classes relating to handling specialized non-chat player input. |
Uses of CommandException in org.bukkit |
---|
Methods in org.bukkit that throw CommandException | |
---|---|
boolean |
Server.dispatchCommand(CommandSender sender,
String commandLine)
Dispatches a command on the server, and executes it if found. |
Uses of CommandException in org.bukkit.command |
---|
Methods in org.bukkit.command that throw CommandException | |
---|---|
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. Delegates to the tab completer if present. If it is not present or returns null, will delegate to the current command executor if it implements TabCompleter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |