ParsedCommandExecutor

Constructors

Link copied to clipboard
constructor(executor: CommandContextExecutor<T>?, paths: List<ArgumentPath<T>>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun execute(sender: CommandSender, input: List<String>): Either<CommandResult, ParseResult.Failure>
Link copied to clipboard
fun tabComplete(sender: CommandSender, input: List<String>): List<String>