buildCommand

abstract fun buildCommand(): LiteralArgumentBuilder<CommandSourceStack>(source)

Build the Brigadier command tree. Subclasses implement this to define arguments and execution logic.

Return

The command builder with all arguments and executors attached