@NotNull open fun setCommands(@NotNull commands: @NotNull MutableList<Command!>): @NotNull CommandClientBuilder
Sets all currently registered Commands.
commands - MutableList<Command!>: a List of Commands
Return
CommandClientBuilder: the CommandClientBuilder
See Also
CommandClientBuilder#registerCommands(Command...)CommandClientBuilder#registerCommands(Collection)