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.componentTypeThe field for thecomponentTyperecord component.Methods in net.minecraft.client.render that return VertexFormatElement.ComponentTypeModifier and TypeMethodDescriptionVertexFormatElement.componentType()Returns the value of thecomponentTyperecord component.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.Methods in net.minecraft.client.render with parameters of type VertexFormatElement.ComponentTypeModifier and TypeMethodDescriptionstatic VertexFormatElementVertexFormatElement.method_60845(int int2, int int3, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int int4) Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.ComponentTypeModifierConstructorDescriptionVertexFormatElement(int uvIndex, int int2, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int int3)