Class MeasurementsDataGen.MeasurementsRecipeProvider.Runner
java.lang.Object
net.minecraft.data.recipes.RecipeProvider.Runner
net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider
com.mrbysco.measurements.datagen.MeasurementsDataGen.MeasurementsRecipeProvider.Runner
- All Implemented Interfaces:
net.minecraft.data.DataProvider
- Enclosing class:
MeasurementsDataGen.MeasurementsRecipeProvider
public static class MeasurementsDataGen.MeasurementsRecipeProvider.Runner
extends net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
net.minecraft.data.DataProvider.Factory<T> -
Field Summary
Fields inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider
outputFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionRunner(net.fabricmc.fabric.api.datagen.v1.FabricPackOutput output, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull net.minecraft.data.recipes.RecipeProvidercreateRecipeProvider(net.minecraft.core.HolderLookup.Provider provider, net.minecraft.data.recipes.RecipeOutput recipeOutput) getName()Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider
getRecipeIdentifier, run, withConditions
-
Constructor Details
-
Runner
public Runner(net.fabricmc.fabric.api.datagen.v1.FabricPackOutput output, CompletableFuture<net.minecraft.core.HolderLookup.Provider> registriesFuture)
-
-
Method Details
-
createRecipeProvider
@NotNull protected @NotNull net.minecraft.data.recipes.RecipeProvider createRecipeProvider(net.minecraft.core.HolderLookup.Provider provider, net.minecraft.data.recipes.RecipeOutput recipeOutput) - Specified by:
createRecipeProviderin classnet.fabricmc.fabric.api.datagen.v1.provider.FabricRecipeProvider
-
getName
-