mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.command.descriptor
/
AbstractCommandSignature
Abstract
Command
Signature
@
ExperimentalCommandDescriptors
abstract
class
AbstractCommandSignature
:
CommandSignature
See also
Command
Signature
Impl
Command
Signature
From
KFunction
Impl
Inheritors
CommandSignatureImpl
CommandSignatureFromKFunctionImpl
Members
Constructors
Abstract
Command
Signature
Link copied to clipboard
constructor
(
)
Functions
call
Link copied to clipboard
abstract
suspend
fun
call
(
resolvedCommandCall
:
ResolvedCommandCall
)
调用这个指令.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
receiver
Parameter
Link copied to clipboard
abstract
val
receiverParameter
:
CommandReceiverParameter
<
*
>
?
接收者参数, 为
CommandSender
子类
value
Parameters
Link copied to clipboard
abstract
val
valueParameters
:
List
<
AbstractCommandValueParameter
<
*
>
>
形式 值参数.