Class GeneticaFloraCrossbreedingRecipeGenerator

java.lang.Object
net.fabricmc.fabric.api.datagen.v1.provider.FabricCodecDataProvider<CrossbreedingRecipe>
me.ultrusmods.geneticaflora.data.GeneticaFloraCrossbreedingRecipeGenerator
All Implemented Interfaces:
net.minecraft.data.DataProvider

public class GeneticaFloraCrossbreedingRecipeGenerator extends net.fabricmc.fabric.api.datagen.v1.provider.FabricCodecDataProvider<CrossbreedingRecipe>
  • 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
    Modifier
    Constructor
    Description
    protected
    GeneticaFloraCrossbreedingRecipeGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput dataOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    configure(BiConsumer<net.minecraft.resources.ResourceLocation,CrossbreedingRecipe> recipes, net.minecraft.core.HolderLookup.Provider provider)
     
     

    Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricCodecDataProvider

    run

    Methods inherited from class java.lang.Object

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

    • GeneticaFloraCrossbreedingRecipeGenerator

      protected GeneticaFloraCrossbreedingRecipeGenerator(net.fabricmc.fabric.api.datagen.v1.FabricDataOutput dataOutput, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture)
  • Method Details

    • configure

      protected void configure(BiConsumer<net.minecraft.resources.ResourceLocation,CrossbreedingRecipe> recipes, net.minecraft.core.HolderLookup.Provider provider)
      Specified by:
      configure in class net.fabricmc.fabric.api.datagen.v1.provider.FabricCodecDataProvider<CrossbreedingRecipe>
    • getName

      public String getName()