Uses of Interface
net.neoforged.neoforge.common.crafting.ICustomIngredient
Package
Description
-
Uses of ICustomIngredient in net.minecraft.world.item.crafting
-
Uses of ICustomIngredient in net.neoforged.neoforge.common.crafting
Modifier and TypeClassDescriptionfinal record
IngredientType<T extends ICustomIngredient>
An ingredient type encapsulates the codecs to serialize and deserialize a custom ingredient.Modifier and TypeClassDescriptionclass
Ingredient
that matchesItemStack
s ofBlock
s from aTagKey<Block>
, useful in cases like"minecraft:convertable_to_mud"
where there isn't an accompanying item tagfinal record
Ingredient that matches if any of the child ingredients matchclass
Ingredient that matches the given items, performing either astrict
or a partial NBT test.final record
Ingredient that matches everything from the first ingredient that is not included in the second ingredientfinal record
Ingredient that matches if all child ingredients match -
Uses of ICustomIngredient in net.neoforged.testframework.condition