Package net.neoforged.neoforge.common.crafting
@ParametersAreNonnullByDefault
package net.neoforged.neoforge.common.crafting
-
ClassDescriptionIngredient that matches if any of the child ingredients matchWrapper around a
RecipeOutput
that adds conditions to all received recipes.Ingredient that matches everything from the first ingredient that is not included in the second ingredientIngredientType<T extends Ingredient>An ingredient type encapsulates the codecs to serialize and deserialize an ingredient.Ingredient that matches if all child ingredients matchThis interface is to be implemented on Container objects.IShapedRecipe<T extends Container>Used to mark a recipe that shape matters so that the recipe book and auto crafting picks the correct shape.Ingredient that matches the given items, performing either astrict
or a partial NBT test.