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.CODECstatic final IIngredientSerializer<PartialNBTIngredient>PartialNBTIngredient.SERIALIZERMethods in net.minecraftforge.common.crafting.ingredients that return PartialNBTIngredientModifier and TypeMethodDescriptionPartialNBTIngredient.Builder.build()static PartialNBTIngredientPartialNBTIngredient.of(CompoundTag nbt, ItemLike... items) Creates a new ingredient matching any item from the list, containing the given NBTstatic PartialNBTIngredientPartialNBTIngredient.of(ItemLike item, CompoundTag nbt) Creates a new ingredient matching the given item, containing the given NBT