mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.command.descriptor
/
CommandSignature
Command
Signature
@
ExperimentalCommandDescriptors
interface
CommandSignature
指令签名. 表示指令定义的需要的参数.
See also
Abstract
Command
Signature
Inheritors
CommandSignatureFromKFunction
AbstractCommandSignature
CommandSignatureImpl
Members
Functions
call
Link copied to clipboard
abstract
suspend
fun
call
(
resolvedCommandCall
:
ResolvedCommandCall
)
调用这个指令.
Properties
receiver
Parameter
Link copied to clipboard
abstract
val
receiverParameter
:
CommandReceiverParameter
<
*
>
?
接收者参数, 为
CommandSender
子类
value
Parameters
Link copied to clipboard
abstract
val
valueParameters
:
List
<
AbstractCommandValueParameter
<
*
>
>
形式 值参数.