public class QuiltVersion extends FabricBasedVersion
metaApi, versionId
callback, curseModPackInfo, curseMods, downloadList, fileDeleter, javaPath, logger, modLoaderVersion, modrinthModPack, modrinthModPackInfo, modrinthMods, mods, optiFineInfo, vanilla
Modifier and Type | Method and Description |
---|---|
void |
attachFlowUpdater(@NotNull FlowUpdater flowUpdater)
Attach
FlowUpdater object to mod loaders, allow them to retrieve some information. |
java.lang.String |
name()
Get the mod loader name.
|
getSha1FromLibrary, install, isModLoaderAlreadyInstalled, parseLibraries
getCallback, getCurseModPackInfo, getCurseMods, getDownloadList, getFileDeleter, getLogger, getModLoaderVersion, getModrinthModPack, getModrinthModPackInfo, getModrinthMods, getMods, getOptiFineInfo, installMods, setAllCurseMods, setAllModrinthMods, setModrinthModPack
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
installAllMods
public void attachFlowUpdater(@NotNull @NotNull FlowUpdater flowUpdater)
AbstractModLoaderVersion
FlowUpdater
object to mod loaders, allow them to retrieve some information.attachFlowUpdater
in interface IModLoaderVersion
attachFlowUpdater
in class AbstractModLoaderVersion
flowUpdater
- flow updater object.public java.lang.String name()
IModLoaderVersion