Uses of Interface
net.minecraft.util.parsing.packrat.Rule
Packages that use Rule
Package
Description
-
Uses of Rule in net.minecraft.commands.arguments.item
Classes in net.minecraft.commands.arguments.item that implement RuleModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static class -
Uses of Rule in net.minecraft.nbt
Classes in net.minecraft.nbt that implement Rule -
Uses of Rule in net.minecraft.util.parsing.packrat
Classes in net.minecraft.util.parsing.packrat that implement RuleFields in net.minecraft.util.parsing.packrat declared as RuleMethods in net.minecraft.util.parsing.packrat that return RuleModifier and TypeMethodDescriptionstatic <S,T> Rule <S, T> Rule.fromTerm(Term<S> child, Rule.RuleAction<S, T> action) static <S,T> Rule <S, T> Rule.fromTerm(Term<S> child, Rule.SimpleRuleAction<S, T> action) Dictionary.Entry.value()NamedRule.value()Methods in net.minecraft.util.parsing.packrat with parameters of type Rule -
Uses of Rule in net.minecraft.util.parsing.packrat.commands
Classes in net.minecraft.util.parsing.packrat.commands that implement RuleModifier and TypeClassDescriptionfinal classclassclassclassclassResourceLookupRule<C,V> classTagParseRule<T>classFields in net.minecraft.util.parsing.packrat.commands declared as RuleModifier and TypeFieldDescriptionstatic final Rule<com.mojang.brigadier.StringReader, Identifier> IdentifierParseRule.INSTANCE