Enum Constant and Description |
---|
DL_ASSETS
Download assets
|
DL_LIBS
Download libraries
|
END
All tasks are finished
|
EXTERNAL_FILES
Download other files.
|
EXTRACT_NATIVES
Extract natives
|
INTEGRATION
Integration loading
|
MOD_LOADER
Install a mod loader version.
|
MOD_PACK
ModPack preparation
|
MODS
Download mods.
|
POST_EXECUTIONS
Runs a list of runnable at the end of update.
|
READ
JSON reading
|
Modifier and Type | Method and Description |
---|---|
static Step |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Step INTEGRATION
public static final Step MOD_PACK
public static final Step READ
public static final Step DL_LIBS
public static final Step DL_ASSETS
public static final Step EXTRACT_NATIVES
public static final Step MOD_LOADER
FlowUpdater.getModLoaderVersion()
is null.public static final Step MODS
FlowUpdater.getModLoaderVersion()
is null.public static final Step EXTERNAL_FILES
public static final Step POST_EXECUTIONS
public static final Step END
public static Step[] values()
for (Step c : Step.values()) System.out.println(c);
public static Step valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null