Record Class BukkitExecutionInfo<Sender>

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

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