Record Class CustomArgument.CustomArgumentInfo<B>

java.lang.Object
java.lang.Record
dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfo<B>
Record Components:
sender - the sender that types this argument
previousArgs - previousArgs - a CommandArguments object holding previously declared (parsed) arguments. This can be used as if it were arguments in a command executor method.
input - the current input which the user has typed for this argument
currentInput - the current input, when parsed with the underlying base argument.
Enclosing class:
CustomArgument<T,B>

public static record CustomArgument.CustomArgumentInfo<B>(org.bukkit.command.CommandSender sender, CommandArguments previousArgs, String input, B currentInput) extends Record
A record which contains information which can be passed to the custom argument's parser.