CommandReceiverParameter

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Context(val isOptional: Boolean, val type: KType = typeOf<CommandContext>()) : CommandReceiverParameter<CommandContext>
Link copied to clipboard
class Sender(val isOptional: Boolean, val type: KType) : CommandReceiverParameter<CommandSender>

Properties

Link copied to clipboard
abstract val isOptional: Boolean
Link copied to clipboard
open override val name: String
Link copied to clipboard
abstract val type: KType

Reified type of T

Inheritors

Link copied to clipboard
Link copied to clipboard