Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class ArgumentPath<T : CommandContext>(val senderArgument: SenderType<*>, val arguments: List<Pair<String, CommandArgument<*>>>, val permission: List<Permission> = emptyList(), contextBuilder: (Map<String, Any?>) -> T, val ownExecutor: CommandContextExecutor<T>? = null)
Link copied to clipboard
Link copied to clipboard
class ParsedCommandExecutor<T : CommandContext>(executor: CommandContextExecutor<T>?, paths: List<ArgumentPath<T>>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard