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 int2) static VertexFormatElementVertexFormatElement.register(int int2, int int3, VertexFormatElement.Type type, VertexFormatElement.Usage usage, int int4) Methods in com.mojang.blaze3d.vertex that return types with arguments of type VertexFormatElementModifier and TypeMethodDescriptionstatic Stream<VertexFormatElement> VertexFormatElement.elementsFromMask(int int2) VertexFormat.getElements()Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatElementModifier and TypeMethodDescriptionVertexFormat.Builder.add(String string, VertexFormatElement vertexFormatElement) booleanVertexFormat.contains(VertexFormatElement vertexFormatElement) VertexFormat.getElementName(VertexFormatElement vertexFormatElement) intVertexFormat.getOffset(VertexFormatElement vertexFormatElement) Constructor parameters in com.mojang.blaze3d.vertex with type arguments of type VertexFormatElementModifierConstructorDescription(package private)VertexFormat(List<VertexFormatElement> list, List<String> list2, IntList intList, int int2) -
Uses of VertexFormatElement in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type VertexFormatElementModifier and TypeMethodDescriptionprivate longBufferBuilder.beginElement(VertexFormatElement vertexFormatElement) private VertexConsumerBufferBuilder.uv(short u, short v, VertexFormatElement vertexFormatElement)