Package de.cech12.bucketlib.api.crafting
Class MilkIngredient
java.lang.Object
de.cech12.bucketlib.api.crafting.MilkIngredient
- All Implemented Interfaces:
net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
public class MilkIngredient
extends Object
implements net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
toVanilla
-
Constructor Details
-
MilkIngredient
public MilkIngredient()
-
-
Method Details
-
test
public boolean test(net.minecraft.world.item.ItemStack itemStack) - Specified by:
testin interfacenet.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
-
getMatchingStacks
- Specified by:
getMatchingStacksin interfacenet.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
-
requiresTesting
public boolean requiresTesting()- Specified by:
requiresTestingin interfacenet.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
-
getSerializer
public net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredientSerializer<?> getSerializer()- Specified by:
getSerializerin interfacenet.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
-