@Environment(value=CLIENT) public static enum VertexFormat.class_5595 extends Enum<VertexFormat.class_5595>
| Enum Constant and Description |
|---|
field_27371 |
field_27372 |
field_27373 |
| Modifier and Type | Field and Description |
|---|---|
int |
field_27374 |
int |
field_27375 |
| Modifier and Type | Method and Description |
|---|---|
static VertexFormat.class_5595 |
method_31972(int int2) |
static VertexFormat.class_5595 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexFormat.class_5595[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexFormat.class_5595 field_27371
public static final VertexFormat.class_5595 field_27372
public static final VertexFormat.class_5595 field_27373
public static VertexFormat.class_5595[] values()
for (VertexFormat.class_5595 c : VertexFormat.class_5595.values()) System.out.println(c);
public static VertexFormat.class_5595 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 static VertexFormat.class_5595 method_31972(int int2)