Uses of Package
dev.jorel.commandapi.arguments.parser
Packages that use dev.jorel.commandapi.arguments.parser
-
Classes in dev.jorel.commandapi.arguments.parser used by dev.jorel.commandapi.argumentsClassDescriptionA
FunctionalInterfacethat reads input from aStringReaderand interprets it as an object.AFunctionalInterfacewith abstract methodParserArgument.parse(StringReader).AFunctionalInterfacewith abstract methodParserLiteral.read(StringReader). -
Classes in dev.jorel.commandapi.arguments.parser used by dev.jorel.commandapi.arguments.parserClassDescriptionA
FunctionalInterfacethat reads input from aStringReaderand interprets it as an object.AFunctionalInterfacewith abstract methodParserArgument.parse(StringReader).AParserArgumentthat also places suggestions at the cursor of theStringReaderwhen invoked.AFunctionalInterfacewith abstract methodParserLiteral.read(StringReader).AParserLiteralthat also places suggestions at the cursor of theStringReaderwhen invoked.Holds the information that results from aParserparsing input.AFunctionalInterfacewith abstract methodResult.ThrowableFunction.apply(Object).A placeholder object that represents a successful parse that didn't return a specific object.AFunctionalInterfacethat generates suggestions for aParser.