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.CustomArgument(String nodeName, CustomArgument.CustomArgumentInfoParser<T, String> parser) Deprecated, for removal: This API element is subject to removal in a future version.CustomArgument(String nodeName, CustomArgument.CustomArgumentInfoParser<T, String> parser, boolean keyed) Deprecated, for removal: This API element is subject to removal in a future version.UseCustomArgument(Argument, CustomArgumentInfoParser)withTextArgumentorNamespacedKeyArgumentinstead
CustomArgument(Argument, CustomArgumentInfoParser)withTextArgumentinstead