Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.Usage
Packages that use VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.UsageModifier and TypeFieldDescriptionprivate final VertexFormatElement.Usage
VertexFormatElement.usage
The field for theusage
record component.Methods in net.minecraft.client.render that return VertexFormatElement.UsageModifier 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.Methods in net.minecraft.client.render with parameters of type VertexFormatElement.UsageModifier 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) Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.UsageModifierConstructorDescriptionVertexFormatElement
(int uvIndex, int int2, VertexFormatElement.ComponentType componentType, VertexFormatElement.Usage usage, int int3)