Uses of Record Class
net.minecraft.commands.arguments.item.ItemPredicateArgument.ComponentWrapper
Packages that use ItemPredicateArgument.ComponentWrapper
-
Uses of ItemPredicateArgument.ComponentWrapper in net.minecraft.commands.arguments.item
Classes in net.minecraft.commands.arguments.item that implement interfaces with type arguments of type ItemPredicateArgument.ComponentWrapperFields in net.minecraft.commands.arguments.item with type parameters of type ItemPredicateArgument.ComponentWrapperModifier and TypeFieldDescriptionprivate static final Map<Identifier, ItemPredicateArgument.ComponentWrapper> ItemPredicateArgument.PSEUDO_COMPONENTSMethods in net.minecraft.commands.arguments.item that return ItemPredicateArgument.ComponentWrapperModifier and TypeMethodDescriptionstatic <T> ItemPredicateArgument.ComponentWrapperItemPredicateArgument.ComponentWrapper.create(com.mojang.brigadier.ImmutableStringReader reader, Identifier id, DataComponentType<T> type) ItemPredicateArgument.Context.lookupComponentType(com.mojang.brigadier.ImmutableStringReader reader, Identifier componentId) Methods in net.minecraft.commands.arguments.item with parameters of type ItemPredicateArgument.ComponentWrapperModifier and TypeMethodDescriptionItemPredicateArgument.Context.createComponentTest(com.mojang.brigadier.ImmutableStringReader reader, ItemPredicateArgument.ComponentWrapper componentType) ItemPredicateArgument.Context.createComponentTest(com.mojang.brigadier.ImmutableStringReader reader, ItemPredicateArgument.ComponentWrapper componentType, com.mojang.serialization.Dynamic<?> value)