Class AbstractFolderStructure

java.lang.Object
net.mcreator.generator.setup.folders.AbstractFolderStructure

public abstract class AbstractFolderStructure extends Object
  • Field Details

    • workspace

      protected final Workspace workspace
  • Constructor Details

    • AbstractFolderStructure

      protected AbstractFolderStructure(Workspace workspace)
  • Method Details

    • getStructuresDir

      @Nullable public abstract File getStructuresDir()
    • getSoundsDir

      @Nullable public abstract File getSoundsDir()
    • getTexturesFolder

      @Nullable public abstract File getTexturesFolder(TextureType section)
    • getSourceRoot

      @Nullable public abstract File getSourceRoot()
    • getResourceRoot

      @Nullable public abstract File getResourceRoot()
    • getFolderStructure

      public static AbstractFolderStructure getFolderStructure(Workspace workspace)