Uses of Interface
net.minecraft.util.parsing.packrat.Control
Packages that use Control
-
Uses of Control in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat declared as ControlMethods in net.minecraft.util.parsing.packrat with parameters of type ControlModifier and TypeMethodDescriptionbooleanTerm.Alternative.parse(ParseState<S> p_336147_, Scope p_335902_, Control p_335396_) booleanTerm.Marker.parse(ParseState<S> p_335600_, Scope p_335485_, Control p_335375_) booleanTerm.Maybe.parse(ParseState<S> p_335415_, Scope p_335550_, Control p_336000_) booleanTerm.parse(ParseState<S> p_335458_, Scope p_335411_, Control p_336015_) booleanTerm.Reference.parse(ParseState<S> p_335637_, Scope p_336134_, Control p_336055_) booleanTerm.Sequence.parse(ParseState<S> p_336111_, Scope p_335911_, Control p_336188_) -
Uses of Control in net.minecraft.util.parsing.packrat.commands
Methods in net.minecraft.util.parsing.packrat.commands with parameters of type ControlModifier and TypeMethodDescriptionbooleanStringReaderTerms.TerminalCharacter.parse(ParseState<com.mojang.brigadier.StringReader> p_335747_, Scope p_336031_, Control p_336041_) booleanStringReaderTerms.TerminalWord.parse(ParseState<com.mojang.brigadier.StringReader> p_335419_, Scope p_335724_, Control p_335868_)