ModManagementScreen

fun ModManagementScreen(previousInstalledMods: HashMap<String, ModUIData>? = null, previousOnlineMods: HashMap<String, ModUIData>? = null)

Parameters

previousOnlineMods
  • cached online mod list, if supplied and not empty, it will be displayed as is and no online query will be run. Used for resize.

Sources

jvm source
Link copied to clipboard