Package fr.flowarg.flowupdater.download
Enum Class Step
- All Implemented Interfaces:
Serializable,Comparable<Step>,Constable
Represent each step of a Minecraft Installation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDownload assetsDownload librariesAll tasks are finishedDownload other files.Extract nativesIntegration loadingInstall a mod loader version.ModPack preparationDownload mods.Runs a list of runnable at the end of update.JSON reading -
Method Summary
-
Enum Constant Details
-
INTEGRATION
Integration loading -
MOD_PACK
ModPack preparation -
READ
JSON reading -
DL_LIBS
Download libraries -
DL_ASSETS
Download assets -
EXTRACT_NATIVES
Extract natives -
MOD_LOADER
Install a mod loader version. Skipped ifFlowUpdater.getModLoaderVersion()is null. -
MODS
Download mods. Skipped ifFlowUpdater.getModLoaderVersion()is null. -
EXTERNAL_FILES
Download other files. -
POST_EXECUTIONS
Runs a list of runnable at the end of update. -
END
All tasks are finished
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-