Intercepted
class Intercepted(    val call: CommandCall?,     val resolvedCall: ResolvedCommandCall?,     val command: Command?,     val reason: InterceptedReason) : CommandExecuteResult.Failure
Content copied to clipboard
没有匹配的指令
Constructors
Link copied to clipboard
                fun Intercepted(    call: CommandCall?,     resolvedCall: ResolvedCommandCall?,     command: Command?,     reason: InterceptedReason)
Content copied to clipboard
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                解析的 ResolvedCommandCall (如果匹配到)