Package dev.jorel.commandapi.arguments.parser
package dev.jorel.commandapi.arguments.parser
-
ClassDescriptionParser<T>A
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.Result<T>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.