public static enum Context.MapType extends java.lang.Enum<Context.MapType> implements Context
Context.MapType, Context.UI| Enum Constant and Description |
|---|
Biome |
Day |
Night |
Topo |
Underground |
| Modifier and Type | Method and Description |
|---|---|
static Context.MapType[] |
all() |
static Context.MapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Context.MapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Context.MapType Day
public static final Context.MapType Night
public static final Context.MapType Underground
public static final Context.MapType Topo
public static final Context.MapType Biome
public static Context.MapType[] values()
for (Context.MapType c : Context.MapType.values()) System.out.println(c);
public static Context.MapType 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 nullpublic static Context.MapType[] all()