Uses of Interface
net.minecraft.util.parsing.packrat.Term
Packages that use Term
-
Uses of Term in net.minecraft.util.parsing.packrat
Classes in net.minecraft.util.parsing.packrat that implement TermModifier and TypeClassDescriptionstatic final recordstatic final recordTerm.Marker<S,T> static final recordTerm.Maybe<S>static final recordTerm.Reference<S,T> static final recordFields in net.minecraft.util.parsing.packrat declared as TermModifier and TypeFieldDescriptionRule.WrappedTerm.childThe field for thechildrecord component.Term.Maybe.termThe field for thetermrecord component.Fields in net.minecraft.util.parsing.packrat with type parameters of type TermModifier and TypeFieldDescriptionTerm.Alternative.elementsThe field for theelementsrecord component.Term.Sequence.elementsThe field for theelementsrecord component.Methods in net.minecraft.util.parsing.packrat that return TermModifier and TypeMethodDescriptionstatic <S> Term<S> Term.alternative(Term<S>... p_335455_) Rule.WrappedTerm.child()Returns the value of thechildrecord component.static <S> Term<S> Term.cut()static <S> Term<S> Term.empty()static <S,T> Term <S> static <S> Term<S> static <S> Term<S> static <S> Term<S> Term.Maybe.term()Returns the value of thetermrecord component.Methods in net.minecraft.util.parsing.packrat that return types with arguments of type TermModifier and TypeMethodDescriptionTerm.Alternative.elements()Returns the value of theelementsrecord component.Term.Sequence.elements()Returns the value of theelementsrecord component.Methods in net.minecraft.util.parsing.packrat with parameters of type TermModifier and TypeMethodDescriptionstatic <S> Term<S> Term.alternative(Term<S>... p_335455_) static <S,T> Rule <S, T> Rule.fromTerm(Term<S> p_335422_, Rule.RuleAction<S, T> p_335862_) static <S,T> Rule <S, T> Rule.fromTerm(Term<S> p_335465_, Rule.SimpleRuleAction<T> p_336053_) static <S> Term<S> <T> void<T> voidDictionary.put(Atom<T> p_336163_, Term<S> p_335447_, Rule.SimpleRuleAction<T> p_335981_) static <S> Term<S> Constructors in net.minecraft.util.parsing.packrat with parameters of type TermModifierConstructorDescriptionCreates an instance of aMayberecord class.WrappedTerm(Rule.RuleAction<S, T> action, Term<S> child) Creates an instance of aWrappedTermrecord class.Constructor parameters in net.minecraft.util.parsing.packrat with type arguments of type Term -
Uses of Term in net.minecraft.util.parsing.packrat.commands
Classes in net.minecraft.util.parsing.packrat.commands that implement TermModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in net.minecraft.util.parsing.packrat.commands that return Term