类 UpdateChecker
java.lang.Object
cn.afternode.commons.bukkit.update.UpdateChecker
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringgetHangarLatestVersion(String slug) static ModrinthVersionInfogetModrinthVersion(String query) static ModrinthVersionInfoGet version info from Modrinth with restricted game version Modrinth Documentationstatic SpigetVersionInfogetSpigetLatestVersion(String resourceId)
-
构造器详细资料
-
UpdateChecker
public UpdateChecker()
-
-
方法详细资料
-
getModrinthVersionSpecifiedGameVersion
public static ModrinthVersionInfo getModrinthVersionSpecifiedGameVersion(String query) throws IOException Get version info from Modrinth with restricted game version Modrinth Documentation- 参数:
query- Project ID or Slug- 返回:
- Latest version info
- 抛出:
IOException- 另请参阅:
-
Bukkit.getMinecraftVersion()
-
getModrinthVersion
- 参数:
query- Project ID or Slug- 返回:
- Latest version info
- 抛出:
IOException- 另请参阅:
-
Bukkit.getMinecraftVersion()
-
getHangarLatestVersion
- 抛出:
IOException
-
getSpigetLatestVersion
- 抛出:
IOException
-