Package | Description |
---|---|
net.minecraft.client.renderer.vertex |
Modifier and Type | Field and Description |
---|---|
private VertexFormatElement.Type |
VertexFormatElement.type |
Modifier and Type | Method and Description |
---|---|
VertexFormatElement.Type |
VertexFormatElement.getType() |
static VertexFormatElement.Type |
VertexFormatElement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VertexFormatElement.Type[] |
VertexFormatElement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
VertexFormatElement(int indexIn,
VertexFormatElement.Type typeIn,
VertexFormatElement.Usage usageIn,
int count) |