Uses of Record Class
com.mojang.blaze3d.vertex.VertexFormatElement
Packages that use VertexFormatElement
Package
Description
Extension interfaces for
client-only classes.-
Uses of VertexFormatElement in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatElementModifier and TypeFieldDescriptionprivate final @Nullable VertexFormatElement[]BufferBuilder.elementsFields in com.mojang.blaze3d.vertex with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate final List<VertexFormatElement> VertexFormat.Builder.elementsprivate final Map<String, VertexFormatElement> VertexFormat.elementsprivate final List<VertexFormatElement> VertexFormat.elementValuesMethods in com.mojang.blaze3d.vertex that return VertexFormatElementMethods in com.mojang.blaze3d.vertex that return types with arguments of type VertexFormatElementConstructor parameters in com.mojang.blaze3d.vertex with type arguments of type VertexFormatElementModifierConstructorDescriptionprivateVertexFormat(List<VertexFormatElement> elements, int vertexSize, int stepRate) -
Uses of VertexFormatElement in net.neoforged.neoforge.client.extensions
Methods in net.neoforged.neoforge.client.extensions with parameters of type VertexFormatElementModifier and TypeMethodDescriptiondefault VertexConsumerIVertexConsumerExtension.misc(VertexFormatElement element, int... rawData) Consumes an unknownVertexFormatElementas a raw int data array. -
Uses of VertexFormatElement in net.neoforged.neoforge.client.model.pipeline
Methods in net.neoforged.neoforge.client.model.pipeline with parameters of type VertexFormatElementModifier and TypeMethodDescriptionQuadBakingVertexConsumer.misc(VertexFormatElement element, int... rawData) VertexConsumerWrapper.misc(VertexFormatElement element, int... values)