Class DatapackBuiltinEntriesProvider
java.lang.Object
net.minecraft.data.registries.RegistriesDatapackGenerator
net.neoforged.neoforge.common.data.DatapackBuiltinEntriesProvider
- All Implemented Interfaces:
 DataProvider
- Direct Known Subclasses:
 BiomeModifierTest.BiomeModifiers
An extension of the 
RegistriesDatapackGenerator which properly handles
 referencing existing dynamic registry objects within another dynamic registry
 object.- 
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> - 
Field Summary
FieldsFields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR - 
Constructor Summary
ConstructorsConstructorDescriptionDatapackBuiltinEntriesProvider(PackOutput output, CompletableFuture<HolderLookup.Provider> registries, RegistrySetBuilder datapackEntriesBuilder, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder.DatapackBuiltinEntriesProvider(PackOutput output, CompletableFuture<RegistrySetBuilder.PatchedRegistries> registries, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder. - 
Method Summary
Modifier and TypeMethodDescriptionGet the registry holder lookup provider that includes elements added from theRegistrySetBuilderMethods inherited from class net.minecraft.data.registries.RegistriesDatapackGenerator
getName, run 
- 
Field Details
- 
fullRegistries
 
 - 
 - 
Constructor Details
- 
DatapackBuiltinEntriesProvider
public DatapackBuiltinEntriesProvider(PackOutput output, CompletableFuture<RegistrySetBuilder.PatchedRegistries> registries, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder.- Parameters:
 output- the target directory of the data generatorregistries- a future of a lookup for registries and their objectsmodIds- a set of mod ids to generate the dynamic registry objects of
 - 
DatapackBuiltinEntriesProvider
public DatapackBuiltinEntriesProvider(PackOutput output, CompletableFuture<HolderLookup.Provider> registries, RegistrySetBuilder datapackEntriesBuilder, Set<String> modIds) Constructs a new datapack provider which generates all registry objects from the provided mods using the holder. All entries that need to be bootstrapped are provided within theRegistrySetBuilder.- Parameters:
 output- the target directory of the data generatorregistries- a future of a lookup for registries and their objectsdatapackEntriesBuilder- a builder containing the dynamic registry objects added by this providermodIds- a set of mod ids to generate the dynamic registry objects of
 
 - 
 - 
Method Details
- 
getRegistryProvider
Get the registry holder lookup provider that includes elements added from theRegistrySetBuilder 
 -