Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in com.mojang.blaze3d.vertex
Modifier and TypeMethodDescriptionVertexFormatElement.getUsage()
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.supportsUsage(int p_86043_, VertexFormatElement.Usage p_86044_)
ModifierConstructorDescriptionVertexFormatElement(int p_86037_, VertexFormatElement.Type p_86038_, VertexFormatElement.Usage p_86039_, int p_86040_)
-
Uses of VertexFormatElement.Usage in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic void
ForgeHooksClient.postDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer)
static void
ForgeHooksClient.preDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer)