| Enum Constant and Description | 
|---|
AEGEAN_SEA
Aegean Sea. 
 | 
EGYPTIAN_NILE
Egyptian Nile. 
 | 
EGYPTIAN_NILE_SHALLOW
Egyptian Nile Shallow. 
 | 
GREEK_RIVER
Greek River. 
 | 
MARSH_POOL
Marsh Pool
 
 Marsh Edge, Marsh Bottom, 2.0 depth 
 | 
MEDITERRANEAN_SEA
Mediterranean Sea. 
 | 
NORSE_RIVER
Norse River. 
 | 
NORTH_ATLANTIC_OCEAN
North Atlantic Ocean. 
 | 
NORWEGIAN_SEA
Norwegian Sea. 
 | 
RED_SEA
Red Sea. 
 | 
SAVANNAH_WATER_HOLE
Savannah Water Hole. 
 | 
STYX_RIVER
Styx River. 
 | 
TUNDRA
Tundra
 Norwegian Edge, Rocky Bottom, 4.0 depth 
 | 
TUNDRA_POOL
Tundra Pool
 Norwegian Edge, Rocky Bottom, 3.0 Depth 
 | 
WATERING_HOLE
Watering Hole. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Water | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Water[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Water GREEK_RIVER
public static final Water NORSE_RIVER
public static final Water EGYPTIAN_NILE
public static final Water EGYPTIAN_NILE_SHALLOW
public static final Water SAVANNAH_WATER_HOLE
public static final Water STYX_RIVER
public static final Water MEDITERRANEAN_SEA
public static final Water AEGEAN_SEA
public static final Water RED_SEA
public static final Water NORTH_ATLANTIC_OCEAN
public static final Water NORWEGIAN_SEA
public static final Water WATERING_HOLE
public static final Water TUNDRA_POOL
public static final Water TUNDRA
public static final Water MARSH_POOL
public static Water[] values()
for (Water c : Water.values()) System.out.println(c);
public static Water valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null