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<com.mojang.brigadier.StringReader> Grammar.rulesThe field for therulesrecord component.Methods in net.minecraft.util.parsing.packrat.commands that return DictionaryModifier and TypeMethodDescriptionDictionary<com.mojang.brigadier.StringReader> Grammar.rules()Returns the value of therulesrecord component.Constructors in net.minecraft.util.parsing.packrat.commands with parameters of type DictionaryModifierConstructorDescriptionGrammar(Dictionary<com.mojang.brigadier.StringReader> rules, NamedRule<com.mojang.brigadier.StringReader, T> top) Creates an instance of aGrammarrecord class.