public static enum WorldChunk.CreationType extends Enum<WorldChunk.CreationType>
| Modifier and Type | Method and Description |
|---|---|
static WorldChunk.CreationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldChunk.CreationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorldChunk.CreationType IMMEDIATE
public static final WorldChunk.CreationType QUEUED
public static final WorldChunk.CreationType CHECK
public static WorldChunk.CreationType[] values()
for (WorldChunk.CreationType c : WorldChunk.CreationType.values()) System.out.println(c);
public static WorldChunk.CreationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null