ArgumentCommandNode

constructor(name: String, type: ArgumentType<T>, command: Command<S>?, requirement: (S) -> Boolean, redirect: CommandNode<S>? = null, forks: Boolean = false, children: Map<String, CommandNode<S>>, customSuggestions: SuggestionProvider<S>? = null)