Uses of Class
org.bukkit.command.CommandException
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relating to handling specialized non-chat player input.
-
Uses of CommandException in org.bukkit
Modifier and TypeMethodDescriptionstatic boolean
Bukkit.dispatchCommand
(CommandSender sender, String commandLine) Dispatches a command on this server, and executes it if found.boolean
Server.dispatchCommand
(CommandSender sender, String commandLine) Dispatches a command on this server, and executes it if found. -
Uses of CommandException in org.bukkit.command
Modifier and TypeMethodDescriptionboolean
CommandMap.dispatch
(CommandSender sender, String cmdLine) Looks for the requested command and executes it if found.boolean
SimpleCommandMap.dispatch
(CommandSender sender, String commandLine) Looks for the requested command and executes it if found.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.