Uses of Class
me.croabeast.common.updater.UpdateResult
Packages that use UpdateResult
-
Uses of UpdateResult in me.croabeast.common.updater
Methods in me.croabeast.common.updater that return types with arguments of type UpdateResultModifier and TypeMethodDescription@NotNull CompletableFuture<@NotNull UpdateResult> UpdateChecker.requestCheck(int id, Platform platform) Performs the HTTP request and JSON parsing asynchronously, then compares the remote version against the installed one.@NotNull CompletableFuture<@NotNull UpdateResult> UpdateChecker.requestCheck(String id, Platform platform) Performs the HTTP request and JSON parsing asynchronously, then compares the remote version against the installed one.