Class CustomArgument<T,B>

java.lang.Object
dev.jorel.commandapi.AbstractArgumentTree<Argument<T>,Argument<?>,org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.AbstractArgument<T,Argument<T>,Argument<?>,org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.Argument<T>
dev.jorel.commandapi.arguments.CustomArgument<T,B>
Type Parameters:
T - the return type of this custom argument when it is used
B - the return type of the underlying base argument base. For example, this would be Integer for an IntegerArgument
All Implemented Interfaces:
BukkitExecutable<Argument<T>>, ChainableBuilder<Argument<T>>, PlatformExecutable<Argument<T>,org.bukkit.command.CommandSender>

public class CustomArgument<T,B> extends Argument<T>
An argument that represents any custom object
Since:
2.0
API Note:
Returns a CustomArgument object