public static enum TunnelLayer.FillMode extends java.lang.Enum<TunnelLayer.FillMode>
| Enum Constant and Description |
|---|
AIR |
CAVE_AIR |
LIGHT |
MIXED_MATERIAL |
| Modifier and Type | Method and Description |
|---|---|
static TunnelLayer.FillMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TunnelLayer.FillMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TunnelLayer.FillMode CAVE_AIR
public static final TunnelLayer.FillMode AIR
public static final TunnelLayer.FillMode LIGHT
public static final TunnelLayer.FillMode MIXED_MATERIAL
public static TunnelLayer.FillMode[] values()
for (TunnelLayer.FillMode c : TunnelLayer.FillMode.values()) System.out.println(c);
public static TunnelLayer.FillMode 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