Uses of Interface
dev.jorel.commandapi.arguments.parser.Parser
Packages that use Parser
-
Uses of Parser in dev.jorel.commandapi.arguments
Fields in dev.jorel.commandapi.arguments declared as ParserModifier and TypeFieldDescriptionstatic final Parser<EntitySelector> EntitySelectorParser.parserstatic final Parser<IntegerRange> IntegerRangeArgumentType.parserstatic final Parser<ProfileArgumentType.ProfileSelector> ProfileArgumentType.parser -
Uses of Parser in dev.jorel.commandapi.arguments.parser
Subinterfaces of Parser in dev.jorel.commandapi.arguments.parserModifier and TypeInterfaceDescriptioninterfaceAFunctionalInterfacewith abstract methodParserArgument.parse(StringReader).interfaceAFunctionalInterfacewith abstract methodParserLiteral.read(StringReader).Classes in dev.jorel.commandapi.arguments.parser that implement ParserModifier and TypeClassDescriptionstatic final recordAParserArgumentthat also places suggestions at the cursor of theStringReaderwhen invoked.static final recordAParserLiteralthat also places suggestions at the cursor of theStringReaderwhen invoked.Methods in dev.jorel.commandapi.arguments.parser that return ParserMethods in dev.jorel.commandapi.arguments.parser with parameters of type Parser