CommandSignatureImpl

Constructors

Link copied to clipboard
constructor(receiverParameter: CommandReceiverParameter<*>?, valueParameters: List<AbstractCommandValueParameter<*>>, onCall: suspend CommandSignatureImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit)

Functions

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

调用这个指令.

Properties

Link copied to clipboard

接收者参数, 为 CommandSender 子类

Link copied to clipboard

形式 值参数.