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