Uses of Interface
net.minecraft.util.parsing.packrat.Rule.SimpleRuleAction
Packages that use Rule.SimpleRuleAction
-
Uses of Rule.SimpleRuleAction in net.minecraft.util.parsing.packrat
Methods in net.minecraft.util.parsing.packrat with parameters of type Rule.SimpleRuleActionModifier and TypeMethodDescriptionstatic <S,
T> Rule <S, T> Rule.fromTerm
(Term<S> pChild, Rule.SimpleRuleAction<T> pAction) <T> void
Dictionary.put
(Atom<T> pAtom, Term<S> pTerm, Rule.SimpleRuleAction<T> pSimpleRuleAction)