Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormatElement.Usage
Packages that use VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatElement.UsageModifier and TypeFieldDescriptionprivate final VertexFormatElement.UsageVertexFormatElement.usageThe field for theusagerecord component.Methods in com.mojang.blaze3d.vertex that return VertexFormatElement.UsageModifier and TypeMethodDescriptionVertexFormatElement.usage()Returns the value of theusagerecord component.static VertexFormatElement.UsageReturns 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 com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifier and TypeMethodDescriptionstatic VertexFormatElementVertexFormatElement.register(int id, int index, VertexFormatElement.Type type, VertexFormatElement.Usage usage, int count) private booleanVertexFormatElement.supportsUsage(int uvIndex, VertexFormatElement.Usage usage) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifierConstructorDescriptionVertexFormatElement(int int2, int int3, VertexFormatElement.Type type, VertexFormatElement.Usage usage, int int4)