类 ModLoaderDownloader
java.lang.Object
jmccc.cli.download.ModLoaderDownloader
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersionstatic org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersionstatic org.to2mbn.jmccc.mcdownloader.provider.forge.ForgeVersionstatic org.to2mbn.jmccc.mcdownloader.provider.liteloader.LiteloaderVersionstatic org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersionstatic org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersion
-
构造器详细资料
-
ModLoaderDownloader
public ModLoaderDownloader()
-
-
方法详细资料
-
getLatestForge
public static org.to2mbn.jmccc.mcdownloader.provider.forge.ForgeVersion getLatestForge() throws ExecutionException, InterruptedException -
getLatestLiteLoader
public static org.to2mbn.jmccc.mcdownloader.provider.liteloader.LiteloaderVersion getLatestLiteLoader() throws ExecutionException, InterruptedException -
getLatestFabric
public static org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersion getLatestFabric() throws ExecutionException, InterruptedException -
getLatestFabricSnapshot
public static org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersion getLatestFabricSnapshot() throws ExecutionException, InterruptedException -
getLatestQuilt
public static org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersion getLatestQuilt() throws ExecutionException, InterruptedException -
getLatestQuiltSnapshot
public static org.to2mbn.jmccc.mcdownloader.provider.fabric.FabricVersion getLatestQuiltSnapshot() throws ExecutionException, InterruptedException
-