public static enum SuperflatPreset.Structure extends java.lang.Enum<SuperflatPreset.Structure>
Enum Constant and Description |
---|
BASTION_REMNANT |
BIOME_1 |
DECORATION |
DESERT_PYRAMID |
DUNGEON |
ENDCITY |
FORTRESS |
LAKE |
LAVA_LAKE |
MANSION |
MINESHAFT |
OCEANMONUMENT |
PILLAGER_OUTPOST |
RUINED_PORTAL |
STRONGHOLD |
VILLAGE |
Modifier and Type | Method and Description |
---|---|
static SuperflatPreset.Structure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuperflatPreset.Structure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuperflatPreset.Structure VILLAGE
public static final SuperflatPreset.Structure BIOME_1
public static final SuperflatPreset.Structure DECORATION
public static final SuperflatPreset.Structure STRONGHOLD
public static final SuperflatPreset.Structure MINESHAFT
public static final SuperflatPreset.Structure LAKE
public static final SuperflatPreset.Structure LAVA_LAKE
public static final SuperflatPreset.Structure DUNGEON
public static final SuperflatPreset.Structure OCEANMONUMENT
public static final SuperflatPreset.Structure DESERT_PYRAMID
public static final SuperflatPreset.Structure FORTRESS
public static final SuperflatPreset.Structure MANSION
public static final SuperflatPreset.Structure ENDCITY
public static final SuperflatPreset.Structure PILLAGER_OUTPOST
public static final SuperflatPreset.Structure RUINED_PORTAL
public static final SuperflatPreset.Structure BASTION_REMNANT
public static SuperflatPreset.Structure[] values()
for (SuperflatPreset.Structure c : SuperflatPreset.Structure.values()) System.out.println(c);
public static SuperflatPreset.Structure 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