add
inline fun <T : Any> add(parser: CommandValueArgumentParser<T>): CommandArgumentContextBuilder
Content copied to clipboard
infix inline fun <T : Any> add(crossinline parser: CommandValueArgumentParser<*>.(s: String) -> T): CommandArgumentContextBuilder
Content copied to clipboard
infix inline fun <T : Any> add(crossinline parser: CommandValueArgumentParser<*>.(s: String, sender: CommandSender) -> T): CommandArgumentContextBuilder
Content copied to clipboard
添加一个指令解析器