Uses of 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 VertexFormatElementBufferBuilder.currentElementstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_COLORstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_NORMALstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_PADDINGstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_POSITIONstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_UVstatic final VertexFormatElementDefaultVertexFormat.ELEMENT_UV0static final VertexFormatElementDefaultVertexFormat.ELEMENT_UV1static final VertexFormatElementDefaultVertexFormat.ELEMENT_UV2Fields in com.mojang.blaze3d.vertex with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String, VertexFormatElement> VertexFormat.elementMappingprivate final com.google.common.collect.ImmutableList<VertexFormatElement> VertexFormat.elementsMethods in com.mojang.blaze3d.vertex that return VertexFormatElementModifier and TypeMethodDescriptionBufferBuilder.currentElement()BufferVertexConsumer.currentElement()Methods in com.mojang.blaze3d.vertex that return types with arguments of type VertexFormatElementModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap<String, VertexFormatElement> VertexFormat.getElementMapping()com.google.common.collect.ImmutableList<VertexFormatElement> VertexFormat.getElements()Constructor parameters in com.mojang.blaze3d.vertex with type arguments of type VertexFormatElementModifierConstructorDescriptionVertexFormat(com.google.common.collect.ImmutableMap<String, VertexFormatElement> p_166910_) -
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)