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