BrigadierCommand

A command that is backed by a Brigadier LiteralCommandNode.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
@ApiStatus.Internal
interface Factory

Properties

Link copied to clipboard
@get:JvmName(name = "node")
abstract val node: LiteralCommandNode<CommandExecutionContext>

The built command node representing the command tree for this specific command.