Uses of Class
net.minecraft.util.parsing.packrat.Scope
Packages that use Scope
-
Uses of Scope in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat declared as ScopeMethods in net.minecraft.util.parsing.packrat that return ScopeModifier and TypeMethodDescriptionCachedParseState.scope()CachedParseState.Silent.scope()ParseState.scope()Methods in net.minecraft.util.parsing.packrat with parameters of type ScopeModifier and TypeMethodDescriptionbooleanDictionary.Reference.parse(ParseState<S> state, Scope scope, Control control) 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) -
Uses of Scope in net.minecraft.util.parsing.packrat.commands
Methods in net.minecraft.util.parsing.packrat.commands with parameters of type ScopeModifier and TypeMethodDescriptionbooleanStringReaderTerms.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)