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 VertexFormatElementVertexFormats.COLOR_ELEMENTprivate @Nullable VertexFormatElementBufferBuilder.currentElementstatic VertexFormatElementVertexFormats.field_29335static VertexFormatElementVertexFormats.LIGHT_ELEMENTstatic VertexFormatElementVertexFormats.NORMAL_ELEMENTstatic VertexFormatElementVertexFormats.OVERLAY_ELEMENTstatic VertexFormatElementVertexFormats.PADDING_ELEMENTstatic VertexFormatElementVertexFormats.POSITION_ELEMENTstatic VertexFormatElementVertexFormats.TEXTURE_ELEMENTFields in net.minecraft.client.render with type parameters of type VertexFormatElementModifier and TypeFieldDescriptionprivate ImmutableList<VertexFormatElement>VertexFormat.elementsprivate ImmutableMap<String,VertexFormatElement>VertexFormat.field_29340Methods 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)