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 static final VertexFormatElement[]VertexFormatElement.BY_IDstatic final VertexFormatElementVertexFormatElement.COLORstatic final VertexFormatElementVertexFormatElement.NORMALstatic final VertexFormatElementVertexFormatElement.POSITIONstatic final VertexFormatElementVertexFormatElement.UVstatic final VertexFormatElementVertexFormatElement.UV0static final VertexFormatElementVertexFormatElement.UV1static final VertexFormatElementVertexFormatElement.UV2Fields in com.mojang.blaze3d.vertex with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap.Builder<String, VertexFormatElement> VertexFormat.Builder.elementsprivate final List<VertexFormatElement> VertexFormat.elementsprivate static final List<VertexFormatElement> VertexFormatElement.ELEMENTSMethods in com.mojang.blaze3d.vertex that return VertexFormatElementModifier and TypeMethodDescriptionstatic VertexFormatElementVertexFormatElement.byId(int id) static VertexFormatElementVertexFormatElement.register(int id, int index, VertexFormatElement.Type type, VertexFormatElement.Usage usage, int count) Methods in com.mojang.blaze3d.vertex that return types with arguments of type VertexFormatElementModifier and TypeMethodDescriptionstatic Stream<VertexFormatElement> VertexFormatElement.elementsFromMask(int mask) com.google.common.collect.ImmutableMap<String, VertexFormatElement> VertexFormat.getElementMapping()VertexFormat.getElements()Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatElementModifier and TypeMethodDescriptionVertexFormat.Builder.add(String name, VertexFormatElement element) private longBufferBuilder.beginElement(VertexFormatElement element) booleanVertexFormat.contains(VertexFormatElement element) VertexFormat.getElementName(VertexFormatElement element) intVertexFormat.getOffset(VertexFormatElement element) private VertexConsumerBufferBuilder.uvShort(short u, short v, VertexFormatElement element) Constructor parameters in com.mojang.blaze3d.vertex with type arguments of type VertexFormatElementModifierConstructorDescription(package private)VertexFormat(List<VertexFormatElement> elements, List<String> names, it.unimi.dsi.fastutil.ints.IntList offsets, int vertexSize) -
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
Methods in net.neoforged.neoforge.client.model with parameters of type VertexFormatElementModifier and TypeMethodDescriptionprivate static intIQuadTransformer.findOffset(VertexFormatElement element) -
Uses of VertexFormatElement in net.neoforged.neoforge.client.model.pipeline
Fields in net.neoforged.neoforge.client.model.pipeline with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate final Map<VertexFormatElement, Integer> QuadBakingVertexConsumer.ELEMENT_OFFSETSprivate static final Set<VertexFormatElement> RemappingVertexPipeline.KNOWN_ELEMENTSprivate final Map<VertexFormatElement, Integer> RemappingVertexPipeline.miscElementIdsMethods in net.neoforged.neoforge.client.model.pipeline with parameters of type VertexFormatElementModifier and TypeMethodDescriptionQuadBakingVertexConsumer.misc(VertexFormatElement element, int... rawData) RemappingVertexPipeline.misc(VertexFormatElement element, int... values) VertexConsumerWrapper.misc(VertexFormatElement element, int... values)