GraphMine

graphmine-core / io.github.sof3.graphmine.command / CommandMap / dispatch

dispatch

fun dispatch(string: String, by: CommandSender, to: CommandReceiver): Unit

Dispatches a command. This function should only be used when the command name is unknown.

Parameters