Package net.frozenblock.lib.recipe.api
Class FrozenRecipeProvider
java.lang.Object
net.frozenblock.lib.recipe.api.FrozenRecipeProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcolorWithDyes(net.minecraft.data.recipes.RecipeOutput 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(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike button, net.minecraft.world.level.ItemLike material) static voidwoodenDoor(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike door, net.minecraft.world.level.ItemLike material) static voidwoodenFence(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike fence, net.minecraft.world.level.ItemLike material) static voidwoodenFenceGate(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike fenceGate, net.minecraft.world.level.ItemLike material) static voidwoodenPressurePlace(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike pressurePlate, net.minecraft.world.level.ItemLike material) static voidwoodenSign(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike sign, net.minecraft.world.level.ItemLike material) static voidwoodenSlab(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike slab, net.minecraft.world.level.ItemLike material) static voidwoodenStairs(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike stairs, net.minecraft.world.level.ItemLike material) static voidwoodenTrapdoor(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike trapdoor, net.minecraft.world.level.ItemLike material)
-
Method Details
-
woodenButton
public static void woodenButton(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike button, net.minecraft.world.level.ItemLike material) -
woodenDoor
public static void woodenDoor(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike door, net.minecraft.world.level.ItemLike material) -
woodenFence
public static void woodenFence(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike fence, net.minecraft.world.level.ItemLike material) -
woodenFenceGate
public static void woodenFenceGate(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike fenceGate, net.minecraft.world.level.ItemLike material) -
woodenPressurePlace
public static void woodenPressurePlace(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike pressurePlate, net.minecraft.world.level.ItemLike material) -
woodenSlab
public static void woodenSlab(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike slab, net.minecraft.world.level.ItemLike material) -
woodenStairs
public static void woodenStairs(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike stairs, net.minecraft.world.level.ItemLike material) -
woodenTrapdoor
public static void woodenTrapdoor(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike trapdoor, net.minecraft.world.level.ItemLike material) -
woodenSign
public static void woodenSign(net.minecraft.data.recipes.RecipeOutput recipeOutput, net.minecraft.world.level.ItemLike sign, net.minecraft.world.level.ItemLike material) -
colorWithDyes
-