Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in net.minecraft.client.render
Modifier and TypeFieldDescriptionprivate final VertexFormatElement.Usage
VertexFormatElement.usage
The field for theusage
record component.Modifier and TypeMethodDescriptionVertexFormatElement.usage()
Returns the value of theusage
record component.static VertexFormatElement.Usage
Returns the enum constant of this class with the specified name.static VertexFormatElement.Usage[]
VertexFormatElement.Usage.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.Usage type) static VertexFormatElement
VertexFormatElement.register
(int id, int uvIndex, VertexFormatElement.ComponentType type, VertexFormatElement.Usage usage, int count) ModifierConstructorDescriptionVertexFormatElement
(int uvIndex, int int2, VertexFormatElement.ComponentType componentType, VertexFormatElement.Usage usage, int int3)