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 TypeMethodDescriptionboolean
Dictionary.Reference.parse
(ParseState<S> p_409926_, Scope p_409751_, Control p_409959_) boolean
Term.Alternative.parse
(ParseState<S> p_336147_, Scope p_335902_, Control p_335396_) boolean
Term.LookAhead.parse
(ParseState<S> p_409679_, Scope p_410389_, Control p_410731_) boolean
Term.Marker.parse
(ParseState<S> p_335600_, Scope p_335485_, Control p_335375_) boolean
Term.Maybe.parse
(ParseState<S> p_335415_, Scope p_335550_, Control p_336000_) boolean
Term.parse
(ParseState<S> p_335458_, Scope p_335411_, Control p_336015_) boolean
Term.Repeated.parse
(ParseState<S> p_410665_, Scope p_410752_, Control p_410872_) boolean
Term.RepeatedWithSeparator.parse
(ParseState<S> p_410533_, Scope p_410855_, Control p_410756_) boolean
Term.Sequence.parse
(ParseState<S> p_336111_, Scope p_335911_, Control p_336188_) -
Uses of Scope in net.minecraft.util.parsing.packrat.commands
Methods in net.minecraft.util.parsing.packrat.commands with parameters of type ScopeModifier and TypeMethodDescriptionboolean
StringReaderTerms.TerminalCharacters.parse
(ParseState<com.mojang.brigadier.StringReader> p_409975_, Scope p_409815_, Control p_410378_) boolean
StringReaderTerms.TerminalWord.parse
(ParseState<com.mojang.brigadier.StringReader> p_335419_, Scope p_335724_, Control p_335868_)