Uses of Class
net.minecraft.client.render.VertexFormat
Packages that use VertexFormat
Package
Description
-
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatMethods in net.minecraft.client.gl that return VertexFormatModifier and TypeMethodDescriptionprivate VertexFormat
VertexBuffer.configureVertexFormat
(BufferBuilder.DrawArrayParameters parameters, ByteBuffer data) VertexBuffer.getVertexFormat()
-
Uses of VertexFormat in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatModifier and TypeFieldDescriptionstatic final VertexFormat
VertexFormats.BLIT_SCREEN
private VertexFormat
BufferBuilder.format
private final VertexFormat
Shader.format
static final VertexFormat
VertexFormats.LINES
static final VertexFormat
VertexFormats.POSITION
static final VertexFormat
VertexFormats.POSITION_COLOR
static final VertexFormat
VertexFormats.POSITION_COLOR_LIGHT
static final VertexFormat
VertexFormats.POSITION_COLOR_TEXTURE
static final VertexFormat
VertexFormats.POSITION_COLOR_TEXTURE_LIGHT
static final VertexFormat
VertexFormats.POSITION_COLOR_TEXTURE_LIGHT_NORMAL
static final VertexFormat
VertexFormats.POSITION_COLOR_TEXTURE_OVERLAY_LIGHT_NORMAL
static final VertexFormat
VertexFormats.POSITION_TEXTURE
static final VertexFormat
VertexFormats.POSITION_TEXTURE_COLOR
static final VertexFormat
VertexFormats.POSITION_TEXTURE_COLOR_LIGHT
static final VertexFormat
VertexFormats.POSITION_TEXTURE_COLOR_NORMAL
static final VertexFormat
VertexFormats.POSITION_TEXTURE_LIGHT_COLOR
private final VertexFormat
BufferBuilder.DrawArrayParameters.vertexFormat
The field for thevertexFormat
record component.private final VertexFormat
RenderLayer.vertexFormat
Methods in net.minecraft.client.render that return VertexFormatModifier and TypeMethodDescriptionShader.getFormat()
RenderLayer.getVertexFormat()
BufferBuilder.DrawArrayParameters.vertexFormat()
Returns the value of thevertexFormat
record component.Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionvoid
BufferBuilder.begin
(VertexFormat.DrawMode drawMode, VertexFormat format) private static VertexBuffer
BufferRenderer.bindAndSet
(VertexFormat vertexFormat) private Shader
GameRenderer.loadShader
(ResourceFactory factory, String name, VertexFormat vertexFormat) private static RenderLayer.MultiPhase
RenderLayer.of
(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases) (package private) static RenderLayer.MultiPhase
RenderLayer.of
(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, RenderLayer.MultiPhaseParameters phaseData) private void
BufferBuilder.setFormat
(VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionDrawArrayParameters
(VertexFormat vertexFormat, int count, int vertexCount, VertexFormat.DrawMode mode, VertexFormat.IntType elementFormat, boolean hasNoVertexBuffer, boolean hasNoIndexBuffer) Creates an instance of aDrawArrayParameters
record class.(package private)
MultiPhase
(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases) RenderLayer
(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, Runnable startAction, Runnable endAction) Shader
(ResourceFactory factory, String name, VertexFormat format) -
Uses of VertexFormat in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as VertexFormatModifier and TypeFieldDescriptionprivate static final VertexFormat
ChunkBuilder.POSITION_COLOR_TEXTURE_LIGHT_NORMAL