Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.Type
-
Uses of VertexFormatElement.Type in net.minecraft.client.render
Modifier and TypeMethodDescriptionfinal VertexFormatElement.Type
VertexFormatElement.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 uvIndex, VertexFormatElement.Type type) ModifierConstructorDescriptionVertexFormatElement
(int uvIndex, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int componentCount)