CommandCallImpl
class CommandCallImpl(caller: CommandSender, calleeName: String, valueArguments: List<CommandValueArgument>) : CommandCall
Content copied to clipboard
Properties
calleeName
Link copied to clipboard
One of callee Command's Command.allNames.
caller
Link copied to clipboard
The CommandSender responsible to this call.
valueArguments
Link copied to clipboard
Explicit value arguments parsed from raw MessageChain or implicit ones deduced by the CommandCallResolver.