Object HTDamageableIngredient
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.common.crafting.ICustomIngredient
public class HTDamageableIngredient implements ICustomIngredient
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapCodec<HTDamageableIngredient>CODECpublic final static IngredientType<HTDamageableIngredient>TYPEprivate final BooleanisSimpleprivate final IngredientType<?>typepublic final static HTDamageableIngredientINSTANCE
-
Method Summary
Modifier and Type Method Description Booleantest(ItemStack stack)Stream<Holder<Item>>items()BooleanisSimple()IngredientType<?>getType()-
Methods inherited from class net.neoforged.neoforge.common.crafting.ICustomIngredient
display, toVanilla -
Methods inherited from class hiiragi283.core.common.recipe.ingredient.HTDamageableIngredient
getType, isSimple -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-