Uses of Interface
net.minecraft.util.parsing.packrat.Rule.RuleAction
-
Uses of Rule.RuleAction in net.minecraft.util.parsing.packrat
Modifier and TypeFieldDescriptionprivate final Rule.RuleAction
<S, T> Rule.WrappedTerm.action
The field for theaction
record component.Modifier and TypeMethodDescriptionRule.WrappedTerm.action()
Returns the value of theaction
record component.Modifier and TypeMethodDescriptionstatic <S,
T> Rule <S, T> Rule.fromTerm
(Term<S> p_335422_, Rule.RuleAction<S, T> p_335862_) <T> void
ModifierConstructorDescriptionWrappedTerm
(Rule.RuleAction<S, T> action, Term<S> child) Creates an instance of aWrappedTerm
record class.