Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in com.mojang.blaze3d.vertex
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 TypeMethodDescriptionstatic VertexFormatElement
VertexFormatElement.register
(int p_350751_, int p_350658_, VertexFormatElement.Type p_350861_, VertexFormatElement.Usage p_350763_, int p_350519_) private boolean
VertexFormatElement.supportsUsage
(int p_86043_, VertexFormatElement.Usage p_86044_) ModifierConstructorDescriptionVertexFormatElement
(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
Modifier and TypeFieldDescriptionstatic final net.neoforged.fml.common.asm.enumextension.EnumProxy
<VertexFormatElement.Usage> RenderTests.USAGE_ENUM_PARAMS