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