Package-level declarations

Types

Link copied to clipboard
class CommandBuilder(val command: ArgumentBuilder<CommandSourceStack, *>)

If you are using Kotlin, you can use this class to create Brigadier commands Kotlin-style.

Functions

Link copied to clipboard
inline fun buildCommand(name: String, block: CommandBuilder.() -> Unit): LiteralCommandNode<CommandSourceStack>
Link copied to clipboard
inline fun <T> CommandContext<CommandSourceStack>.getArgument(name: String): T