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.Usage
VertexFormatElement.usage
The field for theusage
record component.Methods in com.mojang.blaze3d.vertex 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 com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifier and TypeMethodDescriptionstatic VertexFormatElement
VertexFormatElement.register
(int pId, int pIndex, VertexFormatElement.Type pType, VertexFormatElement.Usage pUsage, int pCount) private boolean
VertexFormatElement.supportsUsage
(int pIndex, VertexFormatElement.Usage pUsage) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifierConstructorDescriptionVertexFormatElement
(int id, int index, VertexFormatElement.Type type, VertexFormatElement.Usage usage, int count) Creates an instance of aVertexFormatElement
record class. -
Uses of VertexFormatElement.Usage in net.neoforged.neoforge.debug.client
Fields in net.neoforged.neoforge.debug.client with type parameters of type VertexFormatElement.UsageModifier and TypeFieldDescriptionstatic final net.neoforged.fml.common.asm.enumextension.EnumProxy
<VertexFormatElement.Usage> RenderTests.USAGE_ENUM_PARAMS