Class QuiltVersion
java.lang.Object
fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
fr.flowarg.flowupdater.versions.fabric.FabricBasedVersion
fr.flowarg.flowupdater.versions.fabric.QuiltVersion
- All Implemented Interfaces:
ICurseForgeCompatible,IModrinthCompatible,IOptiFineCompatible,IModLoaderVersion
The object that contains Quilt's stuff.
-
Field Summary
Fields inherited from class fr.flowarg.flowupdater.versions.fabric.FabricBasedVersion
metaApi, versionIdFields inherited from class fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
callback, curseModPackInfo, curseMods, downloadList, fileDeleter, javaPath, logger, modLoaderVersion, modrinthModPack, modrinthModPackInfo, modrinthMods, mods, optiFineInfo, vanilla -
Method Summary
Modifier and TypeMethodDescriptionvoidattachFlowUpdater(@NotNull FlowUpdater flowUpdater) AttachFlowUpdaterobject to mod loaders, allow them to retrieve some information.name()Get the mod loader name.Methods inherited from class fr.flowarg.flowupdater.versions.fabric.FabricBasedVersion
getSha1FromLibrary, install, isModLoaderAlreadyInstalled, parseLibrariesMethods inherited from class fr.flowarg.flowupdater.versions.AbstractModLoaderVersion
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
-
attachFlowUpdater
Description copied from class:AbstractModLoaderVersionAttachFlowUpdaterobject to mod loaders, allow them to retrieve some information.- Specified by:
attachFlowUpdaterin interfaceIModLoaderVersion- Overrides:
attachFlowUpdaterin classAbstractModLoaderVersion- Parameters:
flowUpdater- flow updater object.
-
name
Description copied from interface:IModLoaderVersionGet the mod loader name.- Returns:
- the mod loader name.
-