Class NeoForgeVersion
java.lang.Object
fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
fr.flowarg.flowupdater.versions.neoforge.NeoForgeVersion
- All Implemented Interfaces:
ICurseForgeCompatible,IModrinthCompatible,IOptiFineCompatible,IModLoaderVersion
-
Field Summary
Fields inherited from class fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
callback, curseModPackInfo, curseMods, downloadList, fileDeleter, javaPath, logger, modLoaderVersion, modrinthModPack, modrinthModPackInfo, modrinthMods, mods, optiFineInfo, vanilla -
Method Summary
Methods inherited from class fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
attachFlowUpdater, getCallback, getCurseModPackInfo, getCurseMods, getDownloadList, getFileDeleter, getLogger, getModLoaderVersion, getModrinthModPack, getModrinthModPackInfo, getModrinthMods, getMods, getOptiFineInfo, installMods, setAllCurseMods, setAllModrinthMods, setModrinthModPackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.flowarg.flowupdater.versions.IModLoaderVersion
installAllMods
-
Method Details
-
isModLoaderAlreadyInstalled
Description copied from interface:IModLoaderVersionCheck if the current mod loader is already installed.- Parameters:
installDir- the dir to check.- Returns:
- if the current mod loader is already installed.
-
install
Description copied from interface:IModLoaderVersionInstall the current mod loader in a specified directory.- Parameters:
installDir- folder where the mod loader is going to be installed.- Throws:
Exception- if an I/O error occurred.
-
name
Description copied from interface:IModLoaderVersionGet the mod loader name.- Returns:
- the mod loader name.
-