Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Packages that use VertexFormat
Package
Description
-
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.private VertexFormat
VertexBuffer.format
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.VertexBuffer.getFormat()
private VertexFormat
VertexBuffer.uploadVertexBuffer
(MeshData.DrawState drawState, ByteBuffer buffer) Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode mode, VertexFormat format) private static VertexBuffer
BufferUploader.bindImmediateBuffer
(VertexFormat format) private static org.joml.Vector3f[]
MeshData.unpackQuadCentroids
(ByteBuffer byteBuffer, int vertexCount, VertexFormat format) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder buffer, VertexFormat.Mode mode, VertexFormat format) 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
Fields in net.minecraft.client.renderer declared as VertexFormatModifier and TypeFieldDescriptionfinal VertexFormat
RenderType.format
private final VertexFormat
ShaderInstance.vertexFormat
Methods in net.minecraft.client.renderer that return VertexFormatMethods in net.minecraft.client.renderer with parameters of type VertexFormatModifier and TypeMethodDescriptionRenderType.create
(String name, VertexFormat format, VertexFormat.Mode mode, int bufferSize, boolean affectsCrumbling, boolean sortOnUpload, RenderType.CompositeState state) RenderType.create
(String name, VertexFormat format, VertexFormat.Mode mode, int bufferSize, RenderType.CompositeState state) private ShaderInstance
GameRenderer.preloadShader
(ResourceProvider resourceProvider, String name, VertexFormat format) Constructors in net.minecraft.client.renderer with parameters of type VertexFormatModifierConstructorDescription(package private)
CompositeRenderType
(String name, VertexFormat format, VertexFormat.Mode mode, int bufferSize, boolean affectsCrumbling, boolean sortOnUpload, RenderType.CompositeState state) RenderType
(String name, VertexFormat format, VertexFormat.Mode mode, int bufferSize, boolean affectsCrumbling, boolean sortOnUpload, Runnable setupState, Runnable clearState) ShaderInstance
(ResourceProvider resourceProvider, String name, VertexFormat vertexFormat) Deprecated.ShaderInstance
(ResourceProvider p_173336_, ResourceLocation shaderLocation, VertexFormat p_173338_) -
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)