Class BotaniaSpecialRecipeBuilder

java.lang.Object
vazkii.botania.data.recipes.builder.BotaniaSpecialRecipeBuilder

public class BotaniaSpecialRecipeBuilder extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    BotaniaSpecialRecipeBuilder(Function<net.minecraft.world.item.crafting.CraftingBookCategory,net.minecraft.world.item.crafting.Recipe<?>> factory, net.minecraft.world.item.crafting.CraftingBookCategory category)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(net.minecraft.data.recipes.RecipeOutput recipeOutput)
     
    special(Function<net.minecraft.world.item.crafting.CraftingBookCategory,net.minecraft.world.item.crafting.Recipe<?>> factory, net.minecraft.world.item.crafting.CraftingBookCategory category)
     

    Methods inherited from class java.lang.Object

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

    • BotaniaSpecialRecipeBuilder

      public BotaniaSpecialRecipeBuilder(Function<net.minecraft.world.item.crafting.CraftingBookCategory,net.minecraft.world.item.crafting.Recipe<?>> factory, net.minecraft.world.item.crafting.CraftingBookCategory category)
  • Method Details

    • special

      public static BotaniaSpecialRecipeBuilder special(Function<net.minecraft.world.item.crafting.CraftingBookCategory,net.minecraft.world.item.crafting.Recipe<?>> factory, net.minecraft.world.item.crafting.CraftingBookCategory category)
    • save

      public void save(net.minecraft.data.recipes.RecipeOutput recipeOutput)