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