Class OptiFineIntegration
java.lang.Object
fr.flowarg.flowupdater.integrations.Integration
fr.flowarg.flowupdater.integrations.optifineintegration.OptiFineIntegration
This integration supports the download of OptiFine in any version from the official site
(OptiFine).
-
Field Summary
Fields inherited from class fr.flowarg.flowupdater.integrations.Integration
folder, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOptiFine(String optiFineVersion, boolean preview) Get an OptiFine object from the official website.
-
Constructor Details
-
OptiFineIntegration
- Throws:
Exception
-
-
Method Details
-
getOptiFine
Get an OptiFine object from the official website.- Parameters:
optiFineVersion- the version of OptiFinepreview- if the OptiFine version is a preview.- Returns:
- the object that defines the plugin
-