Uses of Class
net.minecraft.command.argument.packrat.ParsingRules.RuleEntryImpl
Packages that use ParsingRules.RuleEntryImpl
-
Uses of ParsingRules.RuleEntryImpl in net.minecraft.command.argument.packrat
Fields in net.minecraft.command.argument.packrat declared as ParsingRules.RuleEntryImplModifier and TypeFieldDescriptionprivate final ParsingRules.RuleEntryImpl<S, T> ParsingRules.class_10839.ruleToParseThe field for theruleToParserecord component.Fields in net.minecraft.command.argument.packrat with type parameters of type ParsingRules.RuleEntryImplModifier and TypeFieldDescriptionprivate final Map<Symbol<?>, ParsingRules.RuleEntryImpl<S, ?>> ParsingRules.rulesMethods in net.minecraft.command.argument.packrat that return ParsingRules.RuleEntryImplModifier and TypeMethodDescriptionprivate <T> ParsingRules.RuleEntryImpl<S, T> ParsingRules.getOrCreateInternal(Symbol<T> symbol) ParsingRules.class_10839.ruleToParse()Returns the value of theruleToParserecord component.Constructors in net.minecraft.command.argument.packrat with parameters of type ParsingRules.RuleEntryImplModifierConstructorDescription(package private)class_10839(ParsingRules.RuleEntryImpl<S, T> ruleEntryImpl, Symbol<T> symbol)