CommandDispatcher

class CommandDispatcher(registry: CommandRegistry, permissionChecker: PermissionChecker)

Parses and dispatches command input.

Constructors

Link copied to clipboard
constructor(registry: CommandRegistry, permissionChecker: PermissionChecker)

Functions

Link copied to clipboard
fun dispatch(sender: CommandSender, input: String): Boolean