public static enum PopulateChunkEvent.Populate.EventType extends java.lang.Enum<PopulateChunkEvent.Populate.EventType>
Enum Constant and Description |
---|
ANIMALS |
CUSTOM |
DUNGEON |
FIRE |
GLOWSTONE |
ICE |
LAKE |
LAVA |
NETHER_LAVA |
NETHER_LAVA2 |
NETHER_MAGMA |
Modifier and Type | Method and Description |
---|---|
static PopulateChunkEvent.Populate.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PopulateChunkEvent.Populate.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PopulateChunkEvent.Populate.EventType DUNGEON
public static final PopulateChunkEvent.Populate.EventType FIRE
public static final PopulateChunkEvent.Populate.EventType GLOWSTONE
public static final PopulateChunkEvent.Populate.EventType ICE
public static final PopulateChunkEvent.Populate.EventType LAKE
public static final PopulateChunkEvent.Populate.EventType LAVA
public static final PopulateChunkEvent.Populate.EventType NETHER_LAVA
public static final PopulateChunkEvent.Populate.EventType NETHER_LAVA2
public static final PopulateChunkEvent.Populate.EventType NETHER_MAGMA
public static final PopulateChunkEvent.Populate.EventType ANIMALS
public static final PopulateChunkEvent.Populate.EventType CUSTOM
public static PopulateChunkEvent.Populate.EventType[] values()
for (PopulateChunkEvent.Populate.EventType c : PopulateChunkEvent.Populate.EventType.values()) System.out.println(c);
public static PopulateChunkEvent.Populate.EventType 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