Package net.mcreator.generator
Class GeneratorUtils
java.lang.Object
net.mcreator.generator.GeneratorUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic File
getModAssetsRoot
(Workspace workspace, GeneratorConfiguration generatorConfiguration) static File
getModDataRoot
(Workspace workspace, GeneratorConfiguration generatorConfiguration) static File
getResourceRoot
(Workspace workspace, GeneratorConfiguration generatorConfiguration) static File
getSourceRoot
(Workspace workspace, GeneratorConfiguration generatorConfiguration) static File
getSpecificRoot
(Workspace workspace, GeneratorConfiguration generatorConfiguration, String root)
-
Constructor Details
-
GeneratorUtils
public GeneratorUtils()
-
-
Method Details
-
getSourceRoot
public static File getSourceRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) -
getResourceRoot
public static File getResourceRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) -
getModAssetsRoot
public static File getModAssetsRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) -
getModDataRoot
public static File getModDataRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) -
getSpecificRoot
public static File getSpecificRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration, String root)
-