Package-level declarations
Velocity-specific argument helpers such as io.github.kraftlin.command.velocity.arguments.choice and io.github.kraftlin.command.velocity.arguments.enum.
Functions
Link copied to clipboard
Returns the parsed value of a choice argument.
fun VelocityLiteralNode.choice(name: String, values: Iterable<String>, block: VelocityArgumentNode<String>.() -> Unit)
Adds a string "choice" argument to this command.