@Environment(value=CLIENT) public static enum GlStateManager.FBOMode extends Enum<GlStateManager.FBOMode>
Modifier and Type | Method and Description |
---|---|
static GlStateManager.FBOMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GlStateManager.FBOMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlStateManager.FBOMode BASE
public static final GlStateManager.FBOMode ARB
public static final GlStateManager.FBOMode EXT
public static GlStateManager.FBOMode[] values()
for (GlStateManager.FBOMode c : GlStateManager.FBOMode.values()) System.out.println(c);
public static GlStateManager.FBOMode 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