Uses of Class
net.minecraftforge.common.crafting.ingredients.PartialNBTIngredient
Packages that use PartialNBTIngredient
-
Uses of PartialNBTIngredient in net.minecraftforge.common.crafting.ingredients
Fields in net.minecraftforge.common.crafting.ingredients with type parameters of type PartialNBTIngredientModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PartialNBTIngredient>
PartialNBTIngredient.CODEC
static final IIngredientSerializer<PartialNBTIngredient>
PartialNBTIngredient.SERIALIZER
Methods in net.minecraftforge.common.crafting.ingredients that return PartialNBTIngredientModifier and TypeMethodDescriptionPartialNBTIngredient.Builder.build()
static PartialNBTIngredient
PartialNBTIngredient.of
(CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic PartialNBTIngredient
PartialNBTIngredient.of
(ItemLike item, CompoundTag nbt) Creates a new ingredient matching the given item, containing the given NBT