public class FabricVersion extends FabricBasedVersion
metaApi, versionIdcallback, 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, parseLibrariesgetCallback, getCurseModPackInfo, getCurseMods, getDownloadList, getFileDeleter, getLogger, getModLoaderVersion, getModrinthModPack, getModrinthModPackInfo, getModrinthMods, getMods, getOptiFineInfo, installMods, setAllCurseMods, setAllModrinthMods, setModrinthModPackclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstallAllModspublic void attachFlowUpdater(@NotNull
@NotNull FlowUpdater flowUpdater)
AbstractModLoaderVersionFlowUpdater object to mod loaders, allow them to retrieve some information.attachFlowUpdater in interface IModLoaderVersionattachFlowUpdater in class AbstractModLoaderVersionflowUpdater - flow updater object.public java.lang.String name()
IModLoaderVersion