Uses of Class
net.minecraft.command.argument.packrat.ParsingState
Packages that use ParsingState
- 
Uses of ParsingState in net.minecraft.command.argument.packratSubclasses of ParsingState in net.minecraft.command.argument.packratMethods in net.minecraft.command.argument.packrat with parameters of type ParsingStateModifier and TypeMethodDescriptionbooleanLiterals.CharLiteral.matches(ParsingState<com.mojang.brigadier.StringReader> state, ParseResults results, Cut cut) booleanLiterals.StringLiteral.matches(ParsingState<com.mojang.brigadier.StringReader> state, ParseResults results, Cut cut) booleanTerm.AlwaysTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) booleanTerm.AnyOfTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) booleanTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) booleanTerm.OptionalTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) booleanTerm.SequenceTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) booleanTerm.SymbolTerm.matches(ParsingState<S> state, ParseResults results, Cut cut) AnyIdParsingRule.parse(ParsingState<com.mojang.brigadier.StringReader> state) IdentifiableParsingRule.parse(ParsingState<com.mojang.brigadier.StringReader> state) NbtParsingRule.parse(ParsingState<com.mojang.brigadier.StringReader> state) ParsingRule.parse(ParsingState<S> state) ParsingRule.SimpleRule.parse(ParsingState<S> state) IdentifierSuggestable.possibleValues(ParsingState<com.mojang.brigadier.StringReader> state) Suggestable.possibleValues(ParsingState<S> state) ParsingRule.RuleAction.run(ParsingState<S> state, ParseResults results) ArgumentParser.startParsing(ParsingState<com.mojang.brigadier.StringReader> state)