Uses of Class
com.mojang.blaze3d.vertex.VertexFormat
Package
Description
-
Uses of VertexFormat in com.mojang.blaze3d.vertex
Modifier 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
Modifier and TypeMethodDescriptionVertexFormat.Builder.build()
MeshData.DrawState.format()
Returns the value of theformat
record component.VertexBuffer.getFormat()
private VertexFormat
VertexBuffer.uploadVertexBuffer
(MeshData.DrawState p_350866_, ByteBuffer p_231220_) Modifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode p_350571_, VertexFormat p_350837_) private static VertexBuffer
BufferUploader.bindImmediateBuffer
(VertexFormat p_231207_) private static org.joml.Vector3f[]
MeshData.unpackQuadCentroids
(ByteBuffer p_350488_, int p_350671_, VertexFormat p_350665_) ModifierConstructorDescriptionBufferBuilder
(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
Modifier and TypeFieldDescriptionfinal VertexFormat
RenderType.format
private final VertexFormat
ShaderInstance.vertexFormat
Modifier and TypeMethodDescriptionRenderType.create
(String p_173216_, VertexFormat p_173217_, VertexFormat.Mode p_173218_, int p_173219_, boolean p_173220_, boolean p_173221_, RenderType.CompositeState p_173222_) RenderType.create
(String p_173210_, VertexFormat p_173211_, VertexFormat.Mode p_173212_, int p_173213_, RenderType.CompositeState p_173214_) private ShaderInstance
GameRenderer.preloadShader
(ResourceProvider p_172725_, String p_172726_, VertexFormat p_172727_) ModifierConstructorDescription(package private)
CompositeRenderType
(String p_173258_, VertexFormat p_173259_, VertexFormat.Mode p_173260_, int p_173261_, boolean p_173262_, boolean p_173263_, RenderType.CompositeState p_173264_) RenderType
(String p_173178_, VertexFormat p_173179_, VertexFormat.Mode p_173180_, int p_173181_, boolean p_173182_, boolean p_173183_, Runnable p_173184_, Runnable p_173185_) ShaderInstance
(ResourceProvider p_173336_, String p_173337_, VertexFormat p_173338_) Deprecated.ShaderInstance
(ResourceProvider p_173336_, ResourceLocation shaderLocation, VertexFormat p_173338_) -
Uses of VertexFormat in net.neoforged.neoforge.client.model.pipeline
ModifierConstructorDescriptionRemappingVertexPipeline
(VertexConsumer parent, VertexFormat targetFormat)