Interface CoreFeatureAPI
public interface CoreFeatureAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic enum -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAuthMethods
CompletableFuture<List<AuthMethod>> getAuthMethods() -
checkUpdates
CompletableFuture<CoreFeatureAPI.LauncherUpdateInfo> checkUpdates()
-