Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.ComponentType
Packages that use VertexFormatElement.ComponentType
-
Uses of VertexFormatElement.ComponentType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.ComponentTypeModifier and TypeFieldDescriptionprivate final VertexFormatElement.ComponentTypeVertexFormatElement.componentTypeMethods in net.minecraft.client.render that return VertexFormatElement.ComponentTypeModifier 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.Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.ComponentTypeModifierConstructorDescriptionVertexFormatElement(int uvIndex, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int componentCount)