CommandSignatureFromKFunctionImpl

Functions

call
Link copied to clipboard
open suspend override fun call(resolvedCommandCall: ResolvedCommandCall)

调用这个指令.

Properties

originFunction
Link copied to clipboard
open override val originFunction: KFunction<*>
receiverParameter
Link copied to clipboard
open override val receiverParameter: CommandReceiverParameter<out CommandSender>?

接收者参数, 为 CommandSender 子类

valueParameters
Link copied to clipboard
open override val valueParameters: List<AbstractCommandValueParameter<*>>

形式 值参数.