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
Fields 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_) <T> void
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.