KraftlinVelocityCommand

data class KraftlinVelocityCommand(val node: LiteralCommandNode<VelocitySource>, val description: String?, val aliases: List<String>)

A built command ready for registration via registerKraftlinCommands.

Constructors

Link copied to clipboard
constructor(node: LiteralCommandNode<VelocitySource>, description: String?, aliases: List<String>)

Properties

Link copied to clipboard

alternative labels for the command

Link copied to clipboard

optional description shown in help output

Link copied to clipboard
val node: LiteralCommandNode<VelocitySource>

the root Brigadier command node