Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as VertexFormatModifier and TypeFieldDescription(package private) final VertexFormat
VertexArrayCache.VertexArray.format
Fields in com.mojang.blaze3d.opengl with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate final Map
<VertexFormat, VertexArrayCache.VertexArray> VertexArrayCache.Emulated.cache
private final Map
<VertexFormat, VertexArrayCache.VertexArray> VertexArrayCache.Separate.cache
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormatModifier and TypeMethodDescriptionabstract void
VertexArrayCache.bindVertexArray
(VertexFormat p_410748_, GlBuffer p_410565_) void
VertexArrayCache.Emulated.bindVertexArray
(VertexFormat p_410490_, GlBuffer p_410612_) void
VertexArrayCache.Separate.bindVertexArray
(VertexFormat p_410638_, GlBuffer p_410508_) static GlProgram
GlProgram.link
(GlShaderModule p_410427_, GlShaderModule p_409637_, VertexFormat p_410009_, String p_410384_) private static void
VertexArrayCache.Emulated.setupCombinedAttributes
(VertexFormat p_409981_, boolean p_410588_) Constructors in com.mojang.blaze3d.opengl with parameters of type VertexFormatModifierConstructorDescription(package private)
VertexArray
(int p_409990_, VertexFormat p_410774_, GlBuffer p_410599_) -
Uses of VertexFormat in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormatFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormatModifier and TypeFieldDescriptionprivate Optional
<VertexFormat> RenderPipeline.Builder.vertexFormat
private final Optional
<VertexFormat> RenderPipeline.Snippet.vertexFormat
The field for thevertexFormat
record component.Methods in com.mojang.blaze3d.pipeline that return VertexFormatMethods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormat()
Returns the value of thevertexFormat
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat
(VertexFormat p_405022_, VertexFormat.Mode p_405878_) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormatModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation p_405403_, ResourceLocation p_405389_, ResourceLocation p_404945_, ShaderDefines p_405426_, List<String> p_405334_, List<RenderPipeline.UniformDescription> p_404693_, Optional<BlendFunction> p_404667_, DepthTestFunction p_410224_, PolygonMode p_409822_, boolean p_404907_, boolean p_405688_, boolean p_405411_, boolean p_405477_, LogicOp p_410051_, VertexFormat p_405109_, VertexFormat.Mode p_404708_, float p_410755_, float p_409999_) -
Uses of VertexFormat in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormat
DefaultVertexFormat.BLIT_SCREEN
static final VertexFormat
DefaultVertexFormat.BLOCK
private final VertexFormat
BufferBuilder.format
private final VertexFormat
MeshData.DrawState.format
The field for theformat
record component.static final VertexFormat
DefaultVertexFormat.NEW_ENTITY
static final VertexFormat
DefaultVertexFormat.PARTICLE
static final VertexFormat
DefaultVertexFormat.POSITION
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_LIGHTMAP
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_NORMAL
static final VertexFormat
DefaultVertexFormat.POSITION_COLOR_TEX_LIGHTMAP
static final VertexFormat
DefaultVertexFormat.POSITION_TEX
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_COLOR
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_COLOR_NORMAL
static final VertexFormat
DefaultVertexFormat.POSITION_TEX_LIGHTMAP_COLOR
Methods in com.mojang.blaze3d.vertex that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()
MeshData.DrawState.format()
Returns the value of theformat
record component.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode p_350571_, VertexFormat p_350837_) private static org.joml.Vector3f[]
MeshData.unpackQuadCentroids
(ByteBuffer p_350488_, int p_350671_, VertexFormat p_350665_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder p_350781_, VertexFormat.Mode p_350789_, VertexFormat p_350682_) DrawState
(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawState
record class. -
Uses of VertexFormat in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return VertexFormatModifier and TypeMethodDescriptionRenderType.CompositeRenderType.format()
abstract VertexFormat
RenderType.format()
-
Uses of VertexFormat in net.neoforged.neoforge.client.model.pipeline
Fields in net.neoforged.neoforge.client.model.pipeline declared as VertexFormatConstructors in net.neoforged.neoforge.client.model.pipeline with parameters of type VertexFormatModifierConstructorDescriptionRemappingVertexPipeline
(VertexConsumer parent, VertexFormat targetFormat)