public static enum WorldExportSettings.Step extends java.lang.Enum<WorldExportSettings.Step>
| Modifier and Type | Method and Description |
|---|---|
static WorldExportSettings.Step |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WorldExportSettings.Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorldExportSettings.Step CAVES
public static final WorldExportSettings.Step RESOURCES
public static final WorldExportSettings.Step LIGHTING
public static final WorldExportSettings.Step LEAVES
public static WorldExportSettings.Step[] values()
for (WorldExportSettings.Step c : WorldExportSettings.Step.values()) System.out.println(c);
public static WorldExportSettings.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