java.io.Serializable, java.lang.Comparable<AreaGenerationLibrary.LayoutTags>public static enum AreaGenerationLibrary.LayoutTags extends java.lang.Enum<AreaGenerationLibrary.LayoutTags>
AreaGenerationLibrary.LayoutNode| Modifier and Type | Method | Description |
|---|---|---|
static AreaGenerationLibrary.LayoutTags |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AreaGenerationLibrary.LayoutTags[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaGenerationLibrary.LayoutTags NODERUN
public static final AreaGenerationLibrary.LayoutTags NODEFLAGS
public static final AreaGenerationLibrary.LayoutTags NODETYPE
public static final AreaGenerationLibrary.LayoutTags NODEEXITS
public static AreaGenerationLibrary.LayoutTags[] values()
for (AreaGenerationLibrary.LayoutTags c : AreaGenerationLibrary.LayoutTags.values()) System.out.println(c);
public static AreaGenerationLibrary.LayoutTags 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