CommandSignature

interface CommandSignature

指令签名. 表示指令定义的需要的参数.

See also

Functions

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

调用这个指令.

Properties

receiverParameter
Link copied to clipboard

接收者参数, 为 CommandSender 子类

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

形式 值参数.

Inheritors

CommandSignatureFromKFunction
Link copied to clipboard
AbstractCommandSignature
Link copied to clipboard
CommandSignatureImpl
Link copied to clipboard