ResolvedCommandCallImpl
class ResolvedCommandCallImpl(caller: CommandSender, callee: Command, calleeSignature: CommandSignature, rawValueArguments: List<CommandValueArgument>, context: CommandArgumentContext) : ResolvedCommandCall
Content copied to clipboard
Default implementation.
Constructors
ResolvedCommandCallImpl
Link copied to clipboard
fun ResolvedCommandCallImpl(caller: CommandSender, callee: Command, calleeSignature: CommandSignature, rawValueArguments: List<CommandValueArgument>, context: CommandArgumentContext)
Content copied to clipboard
Properties
calleeSignature
Link copied to clipboard
The callee CommandSignature, specifically a sub command from CompositeCommand
caller
Link copied to clipboard
The CommandSender responsible to this call.
rawValueArguments
Link copied to clipboard
resolvedValueArguments
Link copied to clipboard
open override val resolvedValueArguments: List<ResolvedCommandValueArgument<*>>
Content copied to clipboard
Resolved value arguments arranged mapping the CommandSignature.valueParameters by index.