Uses of Class
net.minecraft.core.component.DataComponentExactPredicate
Packages that use DataComponentExactPredicate
Package
Description
-
Uses of DataComponentExactPredicate in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as DataComponentExactPredicateModifier and TypeFieldDescriptionprivate DataComponentExactPredicate
DataComponentMatchers.Builder.exact
private final DataComponentExactPredicate
DataComponentMatchers.exact
The field for theexact
record component.Methods in net.minecraft.advancements.critereon that return DataComponentExactPredicateModifier and TypeMethodDescriptionDataComponentMatchers.exact()
Returns the value of theexact
record component.Methods in net.minecraft.advancements.critereon with parameters of type DataComponentExactPredicateModifier and TypeMethodDescriptionDataComponentMatchers.Builder.exact
(DataComponentExactPredicate p_411092_) Constructors in net.minecraft.advancements.critereon with parameters of type DataComponentExactPredicateModifierConstructorDescriptionDataComponentMatchers
(DataComponentExactPredicate exact, Map<DataComponentPredicate.Type<?>, DataComponentPredicate> partial) Creates an instance of aDataComponentMatchers
record class. -
Uses of DataComponentExactPredicate in net.minecraft.core.component
Fields in net.minecraft.core.component declared as DataComponentExactPredicateModifier and TypeFieldDescriptionstatic final DataComponentExactPredicate
DataComponentExactPredicate.EMPTY
Fields in net.minecraft.core.component with type parameters of type DataComponentExactPredicateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<DataComponentExactPredicate> DataComponentExactPredicate.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, DataComponentExactPredicate> DataComponentExactPredicate.STREAM_CODEC
Methods in net.minecraft.core.component that return DataComponentExactPredicateModifier and TypeMethodDescriptionstatic DataComponentExactPredicate
DataComponentExactPredicate.allOf
(DataComponentMap p_400188_) DataComponentExactPredicate.Builder.build()
static <T> DataComponentExactPredicate
DataComponentExactPredicate.expect
(DataComponentType<T> p_399793_, T p_399502_) static DataComponentExactPredicate
DataComponentExactPredicate.someOf
(DataComponentMap p_400247_, DataComponentType<?>... p_399678_) -
Uses of DataComponentExactPredicate in net.minecraft.world.item.trading
Fields in net.minecraft.world.item.trading declared as DataComponentExactPredicateModifier and TypeFieldDescriptionprivate final DataComponentExactPredicate
ItemCost.components
The field for thecomponents
record component.Methods in net.minecraft.world.item.trading that return DataComponentExactPredicateModifier and TypeMethodDescriptionItemCost.components()
Returns the value of thecomponents
record component.Methods in net.minecraft.world.item.trading with parameters of type DataComponentExactPredicateModifier and TypeMethodDescriptionprivate static ItemStack
ItemCost.createStack
(Holder<Item> p_331040_, int p_330313_, DataComponentExactPredicate p_399953_) Constructors in net.minecraft.world.item.trading with parameters of type DataComponentExactPredicateModifierConstructorDescriptionItemCost
(Holder<Item> p_330702_, int p_331182_, DataComponentExactPredicate p_399998_) ItemCost
(Holder<Item> item, int count, DataComponentExactPredicate components, ItemStack itemStack) Creates an instance of aItemCost
record class. -
Uses of DataComponentExactPredicate in net.neoforged.neoforge.common.crafting
Fields in net.neoforged.neoforge.common.crafting declared as DataComponentExactPredicateModifier and TypeFieldDescriptionprivate final DataComponentExactPredicate
DataComponentIngredient.components
Methods in net.neoforged.neoforge.common.crafting that return DataComponentExactPredicateMethods in net.neoforged.neoforge.common.crafting with parameters of type DataComponentExactPredicateModifier and TypeMethodDescriptionstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, Holder<Item>... items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, HolderSet<Item> items) Creates a new ingredient matching any item from the list, containing the given componentsstatic Ingredient
DataComponentIngredient.of
(boolean strict, DataComponentExactPredicate predicate, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given componentsConstructors in net.neoforged.neoforge.common.crafting with parameters of type DataComponentExactPredicateModifierConstructorDescriptionDataComponentIngredient
(HolderSet<Item> items, DataComponentExactPredicate components, boolean strict) -
Uses of DataComponentExactPredicate in net.neoforged.neoforge.fluids.crafting
Fields in net.neoforged.neoforge.fluids.crafting declared as DataComponentExactPredicateModifier and TypeFieldDescriptionprivate final DataComponentExactPredicate
DataComponentFluidIngredient.components
Methods in net.neoforged.neoforge.fluids.crafting that return DataComponentExactPredicateMethods in net.neoforged.neoforge.fluids.crafting with parameters of type DataComponentExactPredicateModifier and TypeMethodDescriptionstatic FluidIngredient
DataComponentFluidIngredient.of
(boolean strict, DataComponentExactPredicate predicate, Holder<Fluid>... fluids) Creates a new ingredient matching any fluid from the list, containing the given componentsstatic FluidIngredient
DataComponentFluidIngredient.of
(boolean strict, DataComponentExactPredicate predicate, HolderSet<Fluid> fluids) Creates a new ingredient matching any fluid from the list, containing the given componentsstatic FluidIngredient
DataComponentFluidIngredient.of
(boolean strict, DataComponentExactPredicate predicate, Fluid... fluids) Creates a new ingredient matching any fluid from the list, containing the given componentsConstructors in net.neoforged.neoforge.fluids.crafting with parameters of type DataComponentExactPredicateModifierConstructorDescriptionDataComponentFluidIngredient
(HolderSet<Fluid> fluids, DataComponentExactPredicate components, boolean strict)