Uses of Enum Class
net.minecraft.client.renderer.vertex.VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in net.minecraft.client.renderer.vertex
Modifier and TypeFieldDescriptionprivate final VertexFormatElement.Usage
VertexFormatElement.usage
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_177372_1_, VertexFormatElement.Usage p_177372_2_) ModifierConstructorDescriptionVertexFormatElement
(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_) -
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)