CommandCallInterceptor
指令解析和调用拦截器. 用于在指令各解析阶段拦截或转换调用.
Types
Functions
Link copied to clipboard
open fun interceptBeforeCall(message: Message, caller: CommandSender): InterceptResult<Message>?
Content copied to clipboard
在指令语法解析前调用.
Link copied to clipboard
在指令语法解析后调用.
Link copied to clipboard
open fun interceptResolvedCall(call: ResolvedCommandCall): InterceptResult<ResolvedCommandCall>?
Content copied to clipboard
在指令调用解析后调用.