Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.DataType
Packages that use VertexFormatElement.DataType
-
Uses of VertexFormatElement.DataType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.DataTypeModifier and TypeFieldDescriptionprivate VertexFormatElement.DataType
VertexFormatElement.dataType
Methods in net.minecraft.client.render that return VertexFormatElement.DataTypeModifier 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.Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.DataTypeModifierConstructorDescriptionVertexFormatElement(int textureIndex, VertexFormatElement.DataType dataType, VertexFormatElement.Type type, int length)