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