Interface BarrelTapRecipe.Factory<T extends BarrelTapRecipe>

Enclosing class:
BarrelTapRecipe

public static interface BarrelTapRecipe.Factory<T extends BarrelTapRecipe>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String group, net.minecraft.world.item.crafting.Ingredient material, int materialCount, net.minecraft.world.item.ItemStack result)
     
  • Method Details

    • create

      T create(String group, net.minecraft.world.item.crafting.Ingredient material, int materialCount, net.minecraft.world.item.ItemStack result)