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