SimpleCommandArgumentContext
class SimpleCommandArgumentContext(val list: List<CommandArgumentContext.ParserPair<*>>) : CommandArgumentContext
自定义 buildCommandArgumentContext
See also
Functions
Link copied to clipboard
operator fun CommandArgumentContext.plus(replacer: List<CommandArgumentContext.ParserPair<*>>): CommandArgumentContext
合并两个 buildCommandArgumentContext, replacer 将会替换 this 中重复的 parser.
Link copied to clipboard