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