Class HollowedLogRecipeProvider

java.lang.Object
net.frozenblock.wilderwild.datagen.recipe.HollowedLogRecipeProvider

public final class HollowedLogRecipeProvider extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    hyphaeFromHollowed(net.minecraft.world.level.ItemLike hollowedStem, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     
    static void
    planksFromHollowed(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> input, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     
    static void
    planksFromHollowedStem(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> input, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     
    static void
    strippedHyphaeFromHollowed(net.minecraft.world.level.ItemLike hollowedStem, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     
    static void
    strippedWoodFromHollowed(net.minecraft.world.level.ItemLike hollowedLog, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     
    static void
    woodFromHollowed(net.minecraft.world.level.ItemLike hollowedLog, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
     

    Methods inherited from class java.lang.Object

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

    • HollowedLogRecipeProvider

      public HollowedLogRecipeProvider()
  • Method Details

    • planksFromHollowed

      public static void planksFromHollowed(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> input, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
    • woodFromHollowed

      public static void woodFromHollowed(net.minecraft.world.level.ItemLike hollowedLog, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
    • strippedWoodFromHollowed

      public static void strippedWoodFromHollowed(net.minecraft.world.level.ItemLike hollowedLog, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
    • planksFromHollowedStem

      public static void planksFromHollowedStem(net.minecraft.tags.TagKey<net.minecraft.world.item.Item> input, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
    • hyphaeFromHollowed

      public static void hyphaeFromHollowed(net.minecraft.world.level.ItemLike hollowedStem, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)
    • strippedHyphaeFromHollowed

      public static void strippedHyphaeFromHollowed(net.minecraft.world.level.ItemLike hollowedStem, net.minecraft.world.level.ItemLike output, Consumer<net.minecraft.data.recipes.FinishedRecipe> exporter, String name)