Uses of Interface
net.minecraft.commands.arguments.item.ComponentPredicateParser.Context
Packages that use ComponentPredicateParser.Context
-
Uses of ComponentPredicateParser.Context in net.minecraft.commands.arguments.item
Classes in net.minecraft.commands.arguments.item that implement ComponentPredicateParser.ContextSubclasses with type arguments of type ComponentPredicateParser.Context in net.minecraft.commands.arguments.itemModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classMethods in net.minecraft.commands.arguments.item with parameters of type ComponentPredicateParser.ContextModifier and TypeMethodDescriptionComponentPredicateParser.createGrammar(ComponentPredicateParser.Context<T, C, P> context) Constructors in net.minecraft.commands.arguments.item with parameters of type ComponentPredicateParser.ContextModifierConstructorDescriptionprivateComponentLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privateElementLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privatePredicateLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context) privateTagLookupRule(NamedRule<com.mojang.brigadier.StringReader, Identifier> idParser, ComponentPredicateParser.Context<T, C, P> context)