Show unrecognized patches in InstallerListPage

This commit is contained in:
huanghongxun
2019-08-19 00:17:03 +08:00
parent 60fa4eb0a1
commit fb24516b90
4 changed files with 28 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ public interface DownloadProvider {
*
* @param id the id of specific version list that this download provider provides. i.e. "forge", "liteloader", "game", "optifine"
* @return the version list
* @throws IllegalArgumentException if the version list does not exist
*/
VersionList<?> getVersionListById(String id);
}