Package-level declarations

Types

Link copied to clipboard
fun interface ArgumentResolver<T>

Defers argument resolution until command execution.

Link copied to clipboard
interface CustomArgumentType<PARSED, NATIVE> : ArgumentType<PARSED>

An argument type that wraps a native argument type.

Link copied to clipboard