mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.command.descriptor
/
CommandSignatureImpl
/
CommandSignatureImpl
Command
Signature
Impl
constructor
(
receiverParameter
:
CommandReceiverParameter
<
*
>
?
,
valueParameters
:
List
<
AbstractCommandValueParameter
<
*
>
>
,
onCall
:
suspend
CommandSignatureImpl
.
(
resolvedCommandCall
:
ResolvedCommandCall
)
->
Unit
)