CommandCallImpl

class CommandCallImpl(caller: CommandSender, calleeName: String, valueArguments: List<CommandValueArgument>) : CommandCall

Properties

calleeName
Link copied to clipboard
open override val calleeName: String

One of callee Command's Command.allNames.

caller
Link copied to clipboard
open override val caller: CommandSender

The CommandSender responsible to this call.

valueArguments
Link copied to clipboard
open override val valueArguments: List<CommandValueArgument>

Explicit value arguments parsed from raw MessageChain or implicit ones deduced by the CommandCallResolver.