Uses of Interface
dev.jorel.commandapi.arguments.CustomArgument.CustomArgumentInfoParser
Packages that use CustomArgument.CustomArgumentInfoParser
-
Uses of CustomArgument.CustomArgumentInfoParser in dev.jorel.commandapi.arguments
Constructors in dev.jorel.commandapi.arguments with parameters of type CustomArgument.CustomArgumentInfoParserModifierConstructorDescriptionCustomArgument(Argument<B> base, CustomArgument.CustomArgumentInfoParser<T, B> parser) Creates a CustomArgument with a valid parser, with an underlying base argument as its parsing implementation.