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