Uses of Record Class
com.mojang.blaze3d.vertex.VertexFormatElement
Packages that use VertexFormatElement
-
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 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 @Nullable 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) VertexFormat.getElements()Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatElementModifier and TypeMethodDescriptionVertexFormat.Builder.add(String name, VertexFormatElement element) booleanVertexFormat.contains(VertexFormatElement element) VertexFormat.getElementName(VertexFormatElement element) intVertexFormat.getOffset(VertexFormatElement element) Constructor parameters in com.mojang.blaze3d.vertex with type arguments of type VertexFormatElementModifierConstructorDescription(package private)VertexFormat(List<VertexFormatElement> elements, List<String> names, IntList offsets, int vertexSize) -
Uses of VertexFormatElement in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type VertexFormatElementModifier and TypeMethodDescriptionprivate longBufferBuilder.beginElement(VertexFormatElement element) private VertexConsumerBufferBuilder.uv(short u, short v, VertexFormatElement element)