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