Class FrozenRecipeProvider

java.lang.Object
net.frozenblock.lib.recipe.api.FrozenRecipeProvider

public final class FrozenRecipeProvider extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    colorWithDyes(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, @NotNull List<net.minecraft.world.item.Item> dyes, List<net.minecraft.world.item.Item> dyeableItems, String group, net.minecraft.data.recipes.RecipeCategory recipeCategory, String modID)
     
    static void
    woodenButton(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike button, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenDoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike door, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenFence(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fence, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenFenceGate(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fenceGate, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenPressurePlace(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike pressurePlate, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenSign(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike sign, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenSlab(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike slab, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenStairs(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike stairs, net.minecraft.world.level.ItemLike material)
     
    static void
    woodenTrapdoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike trapdoor, net.minecraft.world.level.ItemLike material)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • woodenButton

      public static void woodenButton(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike button, net.minecraft.world.level.ItemLike material)
    • woodenDoor

      public static void woodenDoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike door, net.minecraft.world.level.ItemLike material)
    • woodenFence

      public static void woodenFence(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fence, net.minecraft.world.level.ItemLike material)
    • woodenFenceGate

      public static void woodenFenceGate(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fenceGate, net.minecraft.world.level.ItemLike material)
    • woodenPressurePlace

      public static void woodenPressurePlace(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike pressurePlate, net.minecraft.world.level.ItemLike material)
    • woodenSlab

      public static void woodenSlab(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike slab, net.minecraft.world.level.ItemLike material)
    • woodenStairs

      public static void woodenStairs(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike stairs, net.minecraft.world.level.ItemLike material)
    • woodenTrapdoor

      public static void woodenTrapdoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike trapdoor, net.minecraft.world.level.ItemLike material)
    • woodenSign

      public static void woodenSign(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike sign, net.minecraft.world.level.ItemLike material)
    • colorWithDyes

      public static void colorWithDyes(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, @NotNull @NotNull List<net.minecraft.world.item.Item> dyes, List<net.minecraft.world.item.Item> dyeableItems, String group, net.minecraft.data.recipes.RecipeCategory recipeCategory, String modID)