CommandSignatureImpl
open class CommandSignatureImpl(receiverParameter: CommandReceiverParameter<out CommandSender>?, valueParameters: List<AbstractCommandValueParameter<*>>, onCall: suspend CommandSignatureImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit) : AbstractCommandSignature, CommandSignature
Content copied to clipboard
Functions
call
Link copied to clipboard
调用这个指令.
Properties
receiverParameter
Link copied to clipboard
open override val receiverParameter: CommandReceiverParameter<out CommandSender>?
Content copied to clipboard
接收者参数, 为 CommandSender 子类
valueParameters
Link copied to clipboard
open override val valueParameters: List<AbstractCommandValueParameter<*>>
Content copied to clipboard