Package net.frozenblock.lib.recipe.api
Class FrozenRecipeProvider
java.lang.Object
net.frozenblock.lib.recipe.api.FrozenRecipeProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcolorWithDyes(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 voidwoodenButton(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike button, net.minecraft.world.level.ItemLike material) static voidwoodenDoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike door, net.minecraft.world.level.ItemLike material) static voidwoodenFence(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fence, net.minecraft.world.level.ItemLike material) static voidwoodenFenceGate(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike fenceGate, net.minecraft.world.level.ItemLike material) static voidwoodenPressurePlace(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike pressurePlate, net.minecraft.world.level.ItemLike material) static voidwoodenSign(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike sign, net.minecraft.world.level.ItemLike material) static voidwoodenSlab(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike slab, net.minecraft.world.level.ItemLike material) static voidwoodenStairs(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike stairs, net.minecraft.world.level.ItemLike material) static voidwoodenTrapdoor(Consumer<net.minecraft.data.recipes.FinishedRecipe> recipeOutput, net.minecraft.world.level.ItemLike trapdoor, net.minecraft.world.level.ItemLike material)
-
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
-