Class PetalApothecaryProvider

java.lang.Object
vazkii.botania.data.recipes.BotaniaRecipeProvider
vazkii.botania.data.recipes.PetalApothecaryProvider
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class PetalApothecaryProvider extends BotaniaRecipeProvider
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider

    net.minecraft.data.DataProvider.Factory<T extends net.minecraft.data.DataProvider>
  • Field Summary

    Fields inherited from interface net.minecraft.data.DataProvider

    FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    PetalApothecaryProvider(net.minecraft.data.PackOutput packOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> lookupProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildRecipes(net.minecraft.data.recipes.RecipeOutput consumer)
     
     
    protected static net.minecraft.resources.ResourceLocation
    idFor(net.minecraft.resources.ResourceLocation name)
     
    protected static void
    make(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.ItemLike output, net.minecraft.world.item.crafting.Ingredient... ingredients)
     
    protected static net.minecraft.world.item.crafting.Ingredient
     

    Methods inherited from class vazkii.botania.data.recipes.BotaniaRecipeProvider

    run

    Methods inherited from class java.lang.Object

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

    • PetalApothecaryProvider

      public PetalApothecaryProvider(net.minecraft.data.PackOutput packOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> lookupProvider)
  • Method Details

    • getName

      public String getName()
    • buildRecipes

      public void buildRecipes(net.minecraft.data.recipes.RecipeOutput consumer)
      Specified by:
      buildRecipes in class BotaniaRecipeProvider
    • tagIngr

      protected static net.minecraft.world.item.crafting.Ingredient tagIngr(String tag)
    • make

      protected static void make(net.minecraft.data.recipes.RecipeOutput consumer, net.minecraft.world.level.ItemLike output, net.minecraft.world.item.crafting.Ingredient... ingredients)
    • idFor

      protected static net.minecraft.resources.ResourceLocation idFor(net.minecraft.resources.ResourceLocation name)