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