Uses of Interface
net.minecraft.util.parsing.packrat.Rule.RuleAction
Packages that use Rule.RuleAction
-
Uses of Rule.RuleAction in net.minecraft.util.parsing.packrat
Subinterfaces of Rule.RuleAction in net.minecraft.util.parsing.packratFields in net.minecraft.util.parsing.packrat declared as Rule.RuleActionModifier and TypeFieldDescriptionprivate final Rule.RuleAction
<S, T> Rule.WrappedTerm.action
The field for theaction
record component.Methods in net.minecraft.util.parsing.packrat that return Rule.RuleActionModifier and TypeMethodDescriptionRule.WrappedTerm.action()
Returns the value of theaction
record component.Methods in net.minecraft.util.parsing.packrat with parameters of type Rule.RuleActionModifier and TypeMethodDescriptionstatic <S,
T> Rule <S, T> Rule.fromTerm
(Term<S> p_335422_, Rule.RuleAction<S, T> p_335862_) Dictionary.putComplex
(Atom<T> p_410268_, Term<S> p_410760_, Rule.RuleAction<S, T> p_410488_) Constructors in net.minecraft.util.parsing.packrat with parameters of type Rule.RuleActionModifierConstructorDescriptionWrappedTerm
(Rule.RuleAction<S, T> action, Term<S> child) Creates an instance of aWrappedTerm
record class.