@Environment(value=CLIENT) public static enum VertexFormat.class_5596 extends Enum<VertexFormat.class_5596>
| Enum Constant and Description |
|---|
field_27377 |
field_27378 |
field_27379 |
field_27380 |
field_27381 |
field_27382 |
| Modifier and Type | Field and Description |
|---|---|
int |
field_27383 |
int |
field_27384 |
int |
field_27385 |
| Modifier and Type | Method and Description |
|---|---|
int |
method_31973(int int2) |
static VertexFormat.class_5596 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexFormat.class_5596[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexFormat.class_5596 field_27377
public static final VertexFormat.class_5596 field_27378
public static final VertexFormat.class_5596 field_27379
public static final VertexFormat.class_5596 field_27380
public static final VertexFormat.class_5596 field_27381
public static final VertexFormat.class_5596 field_27382
public final int field_27383
public final int field_27384
public final int field_27385
public static VertexFormat.class_5596[] values()
for (VertexFormat.class_5596 c : VertexFormat.class_5596.values()) System.out.println(c);
public static VertexFormat.class_5596 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 method_31973(int int2)