Class ListTextArgument<T>

java.lang.Object
Type Parameters:
T - the type that this list argument generates a list of.
All Implemented Interfaces:
BukkitExecutable<Argument<List>>, ChainableBuilder<Argument<List>>, PlatformExecutable<Argument<List>,org.bukkit.command.CommandSender>

public class ListTextArgument<T> extends ListArgumentCommon<T>
An argument that accepts a list of objects
Since:
8.6.0