Class SimpleDatagenIngredient
java.lang.Object
com.simibubi.create.foundation.data.SimpleDatagenIngredient
- All Implemented Interfaces:
net.neoforged.neoforge.common.crafting.ICustomIngredient
public class SimpleDatagenIngredient
extends Object
implements net.neoforged.neoforge.common.crafting.ICustomIngredient
-
Constructor Details
-
SimpleDatagenIngredient
-
-
Method Details
-
test
public boolean test(@NotNull @NotNull net.minecraft.world.item.ItemStack stack) - Specified by:
testin interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
getItems
- Specified by:
getItemsin interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
isSimple
public boolean isSimple()- Specified by:
isSimplein interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-
getType
@NotNull public @NotNull net.neoforged.neoforge.common.crafting.IngredientType<?> getType()- Specified by:
getTypein interfacenet.neoforged.neoforge.common.crafting.ICustomIngredient
-