Uses of Class
net.minecraft.util.parsing.packrat.Dictionary
Packages that use Dictionary
-
Uses of Dictionary in net.minecraft.util.parsing.packrat.commands
Fields in net.minecraft.util.parsing.packrat.commands declared as DictionaryModifier and TypeFieldDescriptionprivate final Dictionary<StringReader> Grammar.rulesThe field for therulesrecord component.Methods in net.minecraft.util.parsing.packrat.commands that return DictionaryModifier and TypeMethodDescriptionGrammar.rules()Returns the value of therulesrecord component.Constructors in net.minecraft.util.parsing.packrat.commands with parameters of type DictionaryModifierConstructorDescriptionGrammar(Dictionary<StringReader> rules, NamedRule<StringReader, T> top) Creates an instance of aGrammarrecord class.