AbstractCommandSignature

See also

Constructors

AbstractCommandSignature
Link copied to clipboard
fun AbstractCommandSignature()

Functions

call
Link copied to clipboard
abstract suspend fun call(resolvedCommandCall: ResolvedCommandCall)

调用这个指令.

toString
Link copied to clipboard
open override fun toString(): String

Properties

receiverParameter
Link copied to clipboard

接收者参数, 为 CommandSender 子类

valueParameters
Link copied to clipboard
abstract val valueParameters: List<AbstractCommandValueParameter<*>>

形式 值参数.

Inheritors

CommandSignatureImpl
Link copied to clipboard
CommandSignatureFromKFunctionImpl
Link copied to clipboard