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 TypeClassDescription(package private) static class
(package private) static class
(package private) static class
(package private) static class
-
Uses of Rule in net.minecraft.nbt
Classes in net.minecraft.nbt that implement RuleModifier and TypeClassDescription(package private) static class
-
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> p_335422_, Rule.RuleAction<S, T> p_335862_) static <S,
T> Rule <S, T> Rule.fromTerm
(Term<S> p_335465_, Rule.SimpleRuleAction<S, T> p_336053_) 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 class
class
class
class
class
ResourceLookupRule<C,
V> class
TagParseRule<T>
class
Fields in net.minecraft.util.parsing.packrat.commands declared as RuleModifier and TypeFieldDescriptionstatic final Rule
<com.mojang.brigadier.StringReader, ResourceLocation> ResourceLocationParseRule.INSTANCE