Package net.minecraftforge.fml
Class DatagenModLoader
java.lang.Object
net.minecraftforge.fml.DatagenModLoader
-
Field Summary
Modifier and TypeFieldDescriptionprivate static GatherDataEvent.DataGeneratorConfig
private static ExistingFileHelper
private static final org.apache.logging.log4j.Logger
private static boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
begin
(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat) Deprecated.static void
begin
(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, Set<String> existingMods, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat) Deprecated.static void
begin
(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, Set<String> existingMods, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat, String assetIndex, File assetsDir) static boolean
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
dataGeneratorConfig
-
existingFileHelper
-
runningDataGen
private static boolean runningDataGen
-
-
Constructor Details
-
DatagenModLoader
public DatagenModLoader()
-
-
Method Details
-
isRunningDataGen
public static boolean isRunningDataGen() -
begin
@Deprecated public static void begin(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat) Deprecated. -
begin
@Deprecated public static void begin(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, Set<String> existingMods, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat) Deprecated. -
begin
public static void begin(Set<String> mods, Path path, Collection<Path> inputs, Collection<Path> existingPacks, Set<String> existingMods, boolean serverGenerators, boolean clientGenerators, boolean devToolGenerators, boolean reportsGenerator, boolean structureValidator, boolean flat, String assetIndex, File assetsDir)
-