Class HTBluePrintIngredient
-
- All Implemented Interfaces:
-
net.neoforged.neoforge.common.crafting.ICustomIngredient
public final class HTBluePrintIngredient implements ICustomIngredient
-
-
Field Summary
Fields Modifier and Type Field Description public final static MapBiCodec<ByteBuf, HTBluePrintIngredient>CODECpublic final static IngredientType<HTBluePrintIngredient>TYPEprivate final BooleanisSimpleprivate final IngredientType<?>typeprivate final Stream<ItemStack>items
-
Constructor Summary
Constructors Constructor Description HTBluePrintIngredient(Integer number)
-
Method Summary
Modifier and Type Method Description Booleantest(ItemStack stack)Stream<ItemStack>getItems()BooleanisSimple()IngredientType<?>getType()-
Methods inherited from class hiiragi283.core.common.recipe.ingredient.HTBluePrintIngredient
getItems, getType, isSimple -
Methods inherited from class net.neoforged.neoforge.common.crafting.ICustomIngredient
toVanilla -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-