Uses of Class
net.minecraft.util.parsing.packrat.Dictionary.Entry
Packages that use Dictionary.Entry
-
Uses of Dictionary.Entry in net.minecraft.util.parsing.packrat
Fields in net.minecraft.util.parsing.packrat declared as Dictionary.EntryModifier and TypeFieldDescriptionprivate final Dictionary.Entry<S, T> Dictionary.Reference.ruleToParseThe field for theruleToParserecord component.Fields in net.minecraft.util.parsing.packrat with type parameters of type Dictionary.EntryModifier and TypeFieldDescriptionprivate final Map<Atom<?>, Dictionary.Entry<S, ?>> Dictionary.termsMethods in net.minecraft.util.parsing.packrat that return Dictionary.EntryModifier and TypeMethodDescriptionprivate <T> Dictionary.Entry<S, T> Dictionary.getOrCreateEntry(Atom<T> name) Dictionary.Reference.ruleToParse()Returns the value of theruleToParserecord component.Constructors in net.minecraft.util.parsing.packrat with parameters of type Dictionary.Entry