Uses of Interface
dev.jorel.commandapi.arguments.parser.ParserLiteral
Packages that use ParserLiteral
-
Uses of ParserLiteral in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return ParserLiteral -
Uses of ParserLiteral in dev.jorel.commandapi.arguments.parser
Classes in dev.jorel.commandapi.arguments.parser that implement ParserLiteralModifier and TypeClassDescriptionstatic final recordAParserLiteralthat also places suggestions at the cursor of theStringReaderwhen invoked.Methods in dev.jorel.commandapi.arguments.parser that return ParserLiteralModifier and TypeMethodDescriptionParserLiteral.WithSuggestions.base()Returns the value of thebaserecord component.static ParserLiteralParser.read(ParserLiteral reader) Directly returns theParserLiteralgiven.Methods in dev.jorel.commandapi.arguments.parser with parameters of type ParserLiteralModifier and TypeMethodDescriptionstatic ParserLiteralParser.read(ParserLiteral reader) Directly returns theParserLiteralgiven.Constructors in dev.jorel.commandapi.arguments.parser with parameters of type ParserLiteralModifierConstructorDescriptionWithSuggestions(ParserLiteral base, SuggestionProvider suggestions) Creates an instance of aWithSuggestionsrecord class.