Package net.minecraft.data.recipes
Class RecipeProvider.Runner
java.lang.Object
net.minecraft.data.recipes.RecipeProvider.Runner
- All Implemented Interfaces:
DataProvider
- Direct Known Subclasses:
NeoForgeRecipeProvider.Runner,VanillaRecipeProvider.Runner
- Enclosing class:
RecipeProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PackOutputprivate final CompletableFuture<HolderLookup.Provider> Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, INDENT_WIDTH, KEY_COMPARATOR, LOGGER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRunner(PackOutput pPackOutput, CompletableFuture<HolderLookup.Provider> pRegistries) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract RecipeProvidercreateRecipeProvider(HolderLookup.Provider pRegistries, RecipeOutput pOutput) final CompletableFuture<?> run(CachedOutput p_364823_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.data.DataProvider
getName
-
Field Details
-
packOutput
-
registries
-
-
Constructor Details
-
Runner
-
-
Method Details
-
run
- Specified by:
runin interfaceDataProvider
-
createRecipeProvider
protected abstract RecipeProvider createRecipeProvider(HolderLookup.Provider pRegistries, RecipeOutput pOutput)
-