Uses of Class
net.minecraft.client.renderer.vertex.VertexFormatElement
-
Packages that use VertexFormatElement Package Description com.mojang.blaze3d.vertex net.minecraft.client.renderer net.minecraft.client.renderer.vertex net.minecraftforge.client.model.pipeline -
-
Uses of VertexFormatElement in com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormatElement Modifier and Type Method Description VertexFormatElement
IVertexConsumer. currentElement()
-
Uses of VertexFormatElement in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as VertexFormatElement Modifier and Type Field Description private VertexFormatElement
BufferBuilder. currentElement
Methods in net.minecraft.client.renderer that return VertexFormatElement Modifier and Type Method Description VertexFormatElement
BufferBuilder. currentElement()
-
Uses of VertexFormatElement in net.minecraft.client.renderer.vertex
Fields in net.minecraft.client.renderer.vertex declared as VertexFormatElement Modifier and Type Field Description static VertexFormatElement
DefaultVertexFormats. ELEMENT_COLOR
static VertexFormatElement
DefaultVertexFormats. ELEMENT_NORMAL
static VertexFormatElement
DefaultVertexFormats. ELEMENT_PADDING
static VertexFormatElement
DefaultVertexFormats. ELEMENT_POSITION
static VertexFormatElement
DefaultVertexFormats. ELEMENT_UV0
static VertexFormatElement
DefaultVertexFormats. ELEMENT_UV1
static VertexFormatElement
DefaultVertexFormats. ELEMENT_UV2
Fields in net.minecraft.client.renderer.vertex with type parameters of type VertexFormatElement Modifier and Type Field Description private com.google.common.collect.ImmutableList<VertexFormatElement>
VertexFormat. elements
Methods in net.minecraft.client.renderer.vertex that return types with arguments of type VertexFormatElement Modifier and Type Method Description com.google.common.collect.ImmutableList<VertexFormatElement>
VertexFormat. getElements()
Constructor parameters in net.minecraft.client.renderer.vertex with type arguments of type VertexFormatElement Constructor Description VertexFormat(com.google.common.collect.ImmutableList<VertexFormatElement> p_i225911_1_)
-
Uses of VertexFormatElement in net.minecraftforge.client.model.pipeline
Fields in net.minecraftforge.client.model.pipeline declared as VertexFormatElement Modifier and Type Field Description protected static VertexFormatElement
VertexLighterFlat. NORMAL_4F
-