Uses of Interface
net.minecraft.util.parsing.packrat.ParseState
Packages that use ParseState
Package
Description
-
Uses of ParseState in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type ParseStateModifier and TypeMethodDescriptionprotected @Nullable NumberSnbtGrammar.ArrayPrefix.buildNumber(SnbtGrammar.IntegerLiteral entry, ParseState<?> state) private static <T> @Nullable TSnbtGrammar.convertDouble(com.mojang.serialization.DynamicOps<T> ops, ParseState<?> state, String contents) private static <T> @Nullable TSnbtGrammar.convertFloat(com.mojang.serialization.DynamicOps<T> ops, ParseState<?> state, String contents) abstract <T> @Nullable TSnbtGrammar.ArrayPrefix.create(com.mojang.serialization.DynamicOps<T> ops, List<SnbtGrammar.IntegerLiteral> entries, ParseState<?> state) <T> @Nullable TSnbtGrammar.IntegerLiteral.create(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.TypeSuffix type, ParseState<?> state) <T> @Nullable TSnbtGrammar.IntegerLiteral.create(com.mojang.serialization.DynamicOps<T> ops, ParseState<?> state) private static <T> @Nullable TSnbtGrammar.createFloat(com.mojang.serialization.DynamicOps<T> ops, SnbtGrammar.Sign sign, @Nullable String whole, @Nullable String fraction, @Nullable SnbtGrammar.Signed<String> exponent, @Nullable SnbtGrammar.TypeSuffix typeSuffix, ParseState<?> state) <T> @Nullable TSnbtOperations.BuiltinOperation.run(com.mojang.serialization.DynamicOps<T> ops, List<T> arguments, ParseState<com.mojang.brigadier.StringReader> state) -
Uses of ParseState in net.minecraft.util.parsing.packrat
Classes in net.minecraft.util.parsing.packrat that implement ParseStateMethods in net.minecraft.util.parsing.packrat that return ParseStateModifier and TypeMethodDescriptionCachedParseState.silent()CachedParseState.Silent.silent()ParseState.silent()Methods in net.minecraft.util.parsing.packrat with parameters of type ParseStateModifier and TypeMethodDescriptionbooleanDictionary.Reference.parse(ParseState<S> state, Scope scope, Control control) @Nullable TRule.parse(ParseState<S> state) @Nullable TRule.WrappedTerm.parse(ParseState<S> state) booleanTerm.Alternative.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.LookAhead.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.Marker.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.Maybe.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.Repeated.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.RepeatedWithSeparator.parse(ParseState<S> state, Scope scope, Control control) booleanTerm.Sequence.parse(ParseState<S> state, Scope scope, Control control) SuggestionSupplier.possibleValues(ParseState<S> state) @Nullable TRule.RuleAction.run(ParseState<S> state) default TRule.SimpleRuleAction.run(ParseState<S> state) -
Uses of ParseState in net.minecraft.util.parsing.packrat.commands
Classes in net.minecraft.util.parsing.packrat.commands that implement ParseStateMethods in net.minecraft.util.parsing.packrat.commands with parameters of type ParseStateModifier and TypeMethodDescriptionGrammar.parse(ParseState<com.mojang.brigadier.StringReader> state) GreedyPatternParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) @Nullable StringGreedyPredicateParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) @Nullable IdentifierIdentifierParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) @Nullable StringNumberRunParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) @Nullable VResourceLookupRule.parse(ParseState<com.mojang.brigadier.StringReader> state) booleanStringReaderTerms.TerminalCharacters.parse(ParseState<com.mojang.brigadier.StringReader> state, Scope scope, Control control) booleanStringReaderTerms.TerminalWord.parse(ParseState<com.mojang.brigadier.StringReader> state, Scope scope, Control control) @Nullable com.mojang.serialization.Dynamic<T> TagParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) @Nullable StringUnquotedStringParseRule.parse(ParseState<com.mojang.brigadier.StringReader> state) ResourceSuggestion.possibleValues(ParseState<com.mojang.brigadier.StringReader> state)