Uses of Enum Class
me.croabeast.common.updater.Platform
Packages that use Platform
-
Uses of Platform in me.croabeast.common.updater
Methods in me.croabeast.common.updater that return PlatformModifier and TypeMethodDescriptionstatic PlatformReturns the enum constant of this class with the specified name.static Platform[]Platform.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.croabeast.common.updater with parameters of type PlatformModifier 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.