Uses of Class
org.bukkit.command.CommandException
Packages that use 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
Methods in org.bukkit that throw CommandExceptionModifier and TypeMethodDescriptionstatic booleanBukkit.dispatchCommand(@NotNull CommandSender sender, @NotNull String commandLine)Dispatches a command on this server, and executes it if found.booleanServer.dispatchCommand(@NotNull CommandSender sender, @NotNull String commandLine)Dispatches a command on this server, and executes it if found. -
Uses of CommandException in org.bukkit.command
Methods in org.bukkit.command that throw CommandExceptionModifier and TypeMethodDescriptionbooleanCommandMap.dispatch(@NotNull CommandSender sender, @NotNull String cmdLine)Looks for the requested command and executes it if found.booleanSimpleCommandMap.dispatch(@NotNull CommandSender sender, @NotNull String commandLine)Looks for the requested command and executes it if found.PluginCommand.tabComplete(@NotNull CommandSender sender, @NotNull String alias, @NotNull String[] args)Executed on tab completion for this command, returning a list of options the player can tab through.