common / me.schlaubi.regnumutils.command / CommandClientBuilder / setCommands

setCommands

@NotNull open fun setCommands(@NotNull commands: @NotNull MutableList<Command!>): @NotNull CommandClientBuilder

Sets all currently registered Commands.

Parameters

commands - MutableList<Command!>: a List of Commands

Return
CommandClientBuilder: the CommandClientBuilder

See Also
CommandClientBuilder#registerCommands(Command...)CommandClientBuilder#registerCommands(Collection)