plus
operator fun CommandArgumentContext.plus(replacer: CommandArgumentContext): CommandArgumentContext
Content copied to clipboard
合并两个 buildCommandArgumentContext, replacer 将会替换 this 中重复的 parser.
operator fun CommandArgumentContext.plus(replacer: List<CommandArgumentContext.ParserPair<*>>): CommandArgumentContext
Content copied to clipboard