mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.command.descriptor
/
AbstractCommandParameter
Abstract
Command
Parameter
@
ExperimentalCommandDescriptors
abstract
class
AbstractCommandParameter
<
T
>
:
CommandParameter
<
T
>
Inheritors
CommandReceiverParameter
AbstractCommandValueParameter
Members
Constructors
Abstract
Command
Parameter
Link copied to clipboard
constructor
(
)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
is
Optional
Link copied to clipboard
abstract
val
isOptional
:
Boolean
name
Link copied to clipboard
abstract
val
name
:
String
?
type
Link copied to clipboard
abstract
val
type
:
KType
Reified type of
T