CommandSignatureFromKFunction

See also

Functions

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

调用这个指令.

Properties

originFunction
Link copied to clipboard
abstract val originFunction: KFunction<*>
receiverParameter
Link copied to clipboard

接收者参数, 为 CommandSender 子类

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

形式 值参数.

Inheritors

CommandSignatureFromKFunctionImpl
Link copied to clipboard