CommandBuilder

Constructors

Link copied to clipboard
constructor(parent: CommandBuilder?, context: CommandBuildContext, info: CommandBuilder.Info)

Types

Link copied to clipboard
data class Info(val name: String, val description: Description, val aliases: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun build(): List<Command<out Audience>>
Link copied to clipboard
fun create(name: String, description: String, vararg aliases: String, builder: Command.Builder<Audience>.() -> Command.Builder<out Audience>)
Link copied to clipboard
open override fun toComponent(): TextComponent