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
  • Constructor Details

    • MilkIngredient

      public MilkIngredient()
  • Method Details

    • test

      public boolean test(net.minecraft.world.item.ItemStack itemStack)
      Specified by:
      test in interface net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
    • getMatchingStacks

      public List<net.minecraft.world.item.ItemStack> getMatchingStacks()
      Specified by:
      getMatchingStacks in interface net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
    • requiresTesting

      public boolean requiresTesting()
      Specified by:
      requiresTesting in interface net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient
    • getSerializer

      public net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredientSerializer<?> getSerializer()
      Specified by:
      getSerializer in interface net.fabricmc.fabric.api.recipe.v1.ingredient.CustomIngredient