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