Record Class VelocityExecutionInfo<Sender>

java.lang.Object
java.lang.Record
dev.jorel.commandapi.executors.VelocityExecutionInfo<Sender>
Type Parameters:
Sender - The type of the sender of a command this BukkitExecutionInfo belongs to
All Implemented Interfaces:
ExecutionInfo<Sender,VelocityCommandSender<? extends Sender>>

public record VelocityExecutionInfo<Sender>(Sender sender, VelocityCommandSender<? extends Sender> senderWrapper, CommandArguments args) extends Record implements ExecutionInfo<Sender,VelocityCommandSender<? extends Sender>>
This record represents a VelocityExecutionInfo for a command. It provides the sender of a command, as well as it's arguments