CommandSignatureFromKFunctionImpl    
    open class CommandSignatureFromKFunctionImpl(    val receiverParameter: CommandReceiverParameter<*>?,     val valueParameters: List<AbstractCommandValueParameter<*>>,     val originFunction: KFunction<*>,     onCall: suspend CommandSignatureFromKFunctionImpl.(resolvedCommandCall: ResolvedCommandCall) -> Unit) : AbstractCommandSignature, CommandSignatureFromKFunction
Content copied to clipboard
Constructors
Link copied to clipboard
                fun CommandSignatureFromKFunctionImpl(    receiverParameter: CommandReceiverParameter<*>?,     valueParameters: List<AbstractCommandValueParameter<*>>,     originFunction: KFunction<*>,     onCall: suspend CommandSignatureFromKFunctionImpl.(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