Uses of Class
net.minecraft.client.render.VertexFormatElement
Packages that use VertexFormatElement
-
Uses of VertexFormatElement in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElementModifier and TypeFieldDescriptionstatic VertexFormatElement
VertexFormats.COLOR_ELEMENT
private @Nullable VertexFormatElement
BufferBuilder.currentElement
static VertexFormatElement
VertexFormats.field_29335
static VertexFormatElement
VertexFormats.LIGHT_ELEMENT
static VertexFormatElement
VertexFormats.NORMAL_ELEMENT
static VertexFormatElement
VertexFormats.OVERLAY_ELEMENT
static VertexFormatElement
VertexFormats.PADDING_ELEMENT
static VertexFormatElement
VertexFormats.POSITION_ELEMENT
static VertexFormatElement
VertexFormats.TEXTURE_ELEMENT
Fields in net.minecraft.client.render with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate ImmutableList<VertexFormatElement>
VertexFormat.elements
private ImmutableMap<String,VertexFormatElement>
VertexFormat.field_29340
Methods in net.minecraft.client.render that return VertexFormatElementModifier and TypeMethodDescriptionBufferBuilder.getCurrentElement()
BufferVertexConsumer.getCurrentElement()
Methods in net.minecraft.client.render that return types with arguments of type VertexFormatElementConstructor parameters in net.minecraft.client.render with type arguments of type VertexFormatElementModifierConstructorDescriptionVertexFormat(ImmutableMap<String,VertexFormatElement> immutableMap)