Class Dictionary<S>
java.lang.Object
net.minecraft.util.parsing.packrat.Dictionary<S>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
(package private) static final record
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
private <T> Dictionary.Entry
<S, T> getOrCreateEntry
(Atom<T> pName) getOrThrow
(Atom<T> pName) namedWithAlias
(Atom<T> pName, Atom<T> pAlias) putComplex
(Atom<T> pName, Term<S> pTerm, Rule.RuleAction<S, T> pRuleAction)
-
Field Details
-
terms
-
-
Constructor Details
-
Dictionary
public Dictionary()
-
-
Method Details
-
put
-
putComplex
-
put
-
checkAllBound
public void checkAllBound() -
getOrThrow
-
forward
-
getOrCreateEntry
-
named
-
namedWithAlias
-