dispatchCommand

public static boolean dispatchCommand(CommandSender sender, String commandLine)

Dispatches getClassById command on this server, and executes it if found.

Return

returns false if no target is found

Parameters

sender

the apparent sender of the command

commandLine

the command + arguments. Example: test abc 123

Throws

thrown when the executor for the given command fails with an unhandled exception