Package cloud.commandframework.kotlin

Cloud Kotlin specific classes

Types

MutableCommandBuilder
Link copied to clipboard
class MutableCommandBuilder<C : Any>(commandBuilder: Command.Builder<C>, commandManager: CommandManager<C>)

A mutable Command.Builder wrapper, providing functions to assist in creating commands using the Kotlin builder DSL style