Class ListArgument<T>

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

public class ListArgument<T> extends ListArgumentCommon<T> implements GreedyArgument
An argument that accepts a list of objects
Since:
8.2.0