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.actionThe field for theactionrecord component.Methods in net.minecraft.util.parsing.packrat that return Rule.RuleActionModifier and TypeMethodDescriptionRule.WrappedTerm.action()Returns the value of theactionrecord 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> voidConstructors in net.minecraft.util.parsing.packrat with parameters of type Rule.RuleActionModifierConstructorDescriptionWrappedTerm(Rule.RuleAction<S, T> action, Term<S> child) Creates an instance of aWrappedTermrecord class.