public static enum InitMapGenEvent.EventType extends java.lang.Enum<InitMapGenEvent.EventType>
Enum Constant and Description |
---|
CAVE |
CUSTOM |
END_CITY |
MINESHAFT |
NETHER_BRIDGE |
NETHER_CAVE |
OCEAN_MONUMENT |
RAVINE |
SCATTERED_FEATURE |
STRONGHOLD |
VILLAGE |
WOODLAND_MANSION |
Modifier and Type | Method and Description |
---|---|
static InitMapGenEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InitMapGenEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InitMapGenEvent.EventType CAVE
public static final InitMapGenEvent.EventType MINESHAFT
public static final InitMapGenEvent.EventType NETHER_BRIDGE
public static final InitMapGenEvent.EventType NETHER_CAVE
public static final InitMapGenEvent.EventType RAVINE
public static final InitMapGenEvent.EventType SCATTERED_FEATURE
public static final InitMapGenEvent.EventType STRONGHOLD
public static final InitMapGenEvent.EventType VILLAGE
public static final InitMapGenEvent.EventType OCEAN_MONUMENT
public static final InitMapGenEvent.EventType WOODLAND_MANSION
public static final InitMapGenEvent.EventType END_CITY
public static final InitMapGenEvent.EventType CUSTOM
public static InitMapGenEvent.EventType[] values()
for (InitMapGenEvent.EventType c : InitMapGenEvent.EventType.values()) System.out.println(c);
public static InitMapGenEvent.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