Uses of Class
net.minecraft.data.DataGenerator
Packages that use DataGenerator
Package
Description
-
Uses of DataGenerator in net.minecraft.client.data
Methods in net.minecraft.client.data with parameters of type DataGeneratorModifier and TypeMethodDescriptionstatic void
Main.addClientProviders
(DataGenerator p_388709_, boolean p_388751_) -
Uses of DataGenerator in net.minecraft.data
Methods in net.minecraft.data with parameters of type DataGeneratorModifier and TypeMethodDescriptionstatic void
Main.addServerProviders
(DataGenerator p_388215_, Collection<Path> p_386664_, boolean p_388567_, boolean p_388811_, boolean p_386742_) void
DataGenerator.merge
(DataGenerator other) -
Uses of DataGenerator in net.neoforged.neoforge.data.event
Fields in net.neoforged.neoforge.data.event declared as DataGeneratorFields in net.neoforged.neoforge.data.event with type parameters of type DataGeneratorModifier and TypeFieldDescriptionprivate final List
<DataGenerator> GatherDataEvent.DataGeneratorConfig.generators
Methods in net.neoforged.neoforge.data.event that return DataGeneratorModifier and TypeMethodDescriptionGatherDataEvent.getGenerator()
GatherDataEvent.DataGeneratorConfig.makeGenerator
(Function<Path, Path> pathEnhancer) Methods in net.neoforged.neoforge.data.event with parameters of type DataGeneratorModifier and TypeMethodDescriptionGatherDataEvent.GatherDataEventGenerator.create
(net.neoforged.fml.ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig) Constructors in net.neoforged.neoforge.data.event with parameters of type DataGeneratorModifierConstructorDescriptionClient
(net.neoforged.fml.ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig) DataGeneratorConfig
(Set<String> mods, Path path, Collection<Path> inputs, CompletableFuture<HolderLookup.Provider> lookupProvider, boolean dev, boolean reports, boolean validate, boolean flat, DataGenerator vanillaGenerator, @Nullable String assetIndex, @Nullable File assetsDir, Collection<Path> existingPacks) GatherDataEvent
(net.neoforged.fml.ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig) Server
(net.neoforged.fml.ModContainer mc, DataGenerator dataGenerator, GatherDataEvent.DataGeneratorConfig dataGeneratorConfig) -
Uses of DataGenerator in net.neoforged.neoforge.data.loading
Methods in net.neoforged.neoforge.data.loading with parameters of type DataGeneratorModifier and TypeMethodDescriptionstatic void
DatagenModLoader.begin
(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat, @Nullable String assetIndex, @Nullable File assetsDir, Runnable setup, GatherDataEvent.GatherDataEventGenerator eventGenerator, DataGenerator vanillaGenerator) -
Uses of DataGenerator in net.neoforged.testframework.impl.reg
Methods in net.neoforged.testframework.impl.reg with parameters of type DataGeneratorModifier and TypeMethodDescriptionRegistrationHelperImpl.DataGenProvider.create
(PackOutput output, CompletableFuture<HolderLookup.Provider> registries, DataGenerator generator, String modId, List<Consumer<T>> consumers)