Uses of Class
net.minecraft.util.parsing.packrat.Scope
-
Uses of Scope in net.minecraft.util.parsing.packrat
Modifier and TypeMethodDescriptionboolean
Term.Alternative.parse
(ParseState<S> p_336147_, Scope p_335902_, Control p_335396_) 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.Reference.parse
(ParseState<S> p_335637_, Scope p_336134_, Control p_336055_) boolean
Term.Sequence.parse
(ParseState<S> p_336111_, Scope p_335911_, Control p_336188_) void
Rule.RuleAction.run
(ParseState<S> p_335839_, Scope p_335752_) -
Uses of Scope in net.minecraft.util.parsing.packrat.commands
Modifier and TypeMethodDescriptionboolean
StringReaderTerms.TerminalCharacter.parse
(ParseState<com.mojang.brigadier.StringReader> p_335747_, Scope p_336031_, Control p_336041_) boolean
StringReaderTerms.TerminalWord.parse
(ParseState<com.mojang.brigadier.StringReader> p_335419_, Scope p_335724_, Control p_335868_)