Uses of Package
net.neoforged.neoforge.common.crafting
Packages that use net.neoforged.neoforge.common.crafting
Package
Description
-
Classes in net.neoforged.neoforge.common.crafting used by net.minecraft.world.item.craftingClassDescriptionInterface that modders can implement to create new behaviors for
Ingredient
s.Used to mark a recipe that shape matters so that the recipe book and auto crafting picks the correct shape. -
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.neoforge.commonClassDescription
Ingredient
that matchesItemStack
s ofBlock
s from aTagKey<Block>
, useful in cases like"minecraft:convertable_to_mud"
where there isn't an accompanying item tagIngredient that matches if any of the child ingredients matchIngredient that matches the given items, performing either astrict
or a partial NBT test.Ingredient that matches everything from the first ingredient that is not included in the second ingredientAn ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient.Ingredient that matches if all child ingredients match -
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.neoforge.common.craftingClassDescription
Ingredient
that matchesItemStack
s ofBlock
s from aTagKey<Block>
, useful in cases like"minecraft:convertable_to_mud"
where there isn't an accompanying item tagIngredient that matches if any of the child ingredients matchIngredient that matches the given items, performing either astrict
or a partial NBT test.Ingredient that matches everything from the first ingredient that is not included in the second ingredientInterface that modders can implement to create new behaviors forIngredient
s.An ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient.Ingredient that matches if all child ingredients matchStandard implementation for an ingredient and a count. -
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.neoforge.debug.crafting
-
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.neoforge.registriesClassDescriptionAn ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient.
-
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.testframework.conditionClassDescriptionInterface that modders can implement to create new behaviors for
Ingredient
s.An ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient. -
Classes in net.neoforged.neoforge.common.crafting used by net.neoforged.testframework.implClassDescriptionAn ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient.