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