Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.DataType
-
Uses of VertexFormatElement.DataType in net.minecraft.client.render
Modifier and TypeFieldDescriptionprivate VertexFormatElement.DataType
VertexFormatElement.dataType
Modifier and TypeMethodDescriptionVertexFormatElement.getDataType()
static VertexFormatElement.DataType
Returns the enum constant of this class with the specified name.static VertexFormatElement.DataType[]
VertexFormatElement.DataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionVertexFormatElement(int textureIndex, VertexFormatElement.DataType dataType, VertexFormatElement.Type type, int length)