Package net.mcreator.generator
Class GeneratorUtils
java.lang.Object
net.mcreator.generator.GeneratorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetModAssetsRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) static FilegetModDataRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) static FilegetResourceRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) static FilegetSourceRoot(Workspace workspace, GeneratorConfiguration generatorConfiguration) static FilegetSpecificRoot(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)
-