public static enum Fog.Mode extends Enum<Fog.Mode>
| Modifier and Type | Method and Description |
|---|---|
int |
getID() |
static Fog.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fog.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fog.Mode DISABLED
public static final Fog.Mode LINEAR
public static final Fog.Mode EXP
public static final Fog.Mode EXP2
public static Fog.Mode[] values()
for (Fog.Mode c : Fog.Mode.values()) System.out.println(c);
public static Fog.Mode 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 nullpublic int getID()
Copyright © 2014. All rights reserved.