Uses of Class
net.minecraft.client.render.VertexFormat
Packages that use VertexFormat
-
Uses of VertexFormat in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormatModifier and TypeFieldDescriptionprivate final VertexFormat
ShaderProgram.format
private @Nullable VertexFormat
VertexBuffer.vertexFormat
Methods in net.minecraft.client.gl that return VertexFormatModifier and TypeMethodDescriptionShaderProgram.getFormat()
VertexBuffer.getVertexFormat()
private VertexFormat
VertexBuffer.uploadVertexBuffer
(BuiltBuffer.DrawParameters parameters, @Nullable ByteBuffer vertexBuffer) Constructors in net.minecraft.client.gl with parameters of type VertexFormatModifierConstructorDescriptionShaderProgram
(ResourceFactory factory, String name, VertexFormat format) -
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 final VertexFormat
BufferBuilder.format
private final VertexFormat
BuiltBuffer.DrawParameters.format
The field for theformat
record component.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_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
RenderLayer.vertexFormat
Methods in net.minecraft.client.render that return VertexFormatModifier and TypeMethodDescriptionVertexFormat.Builder.build()
BuiltBuffer.DrawParameters.format()
Returns the value of theformat
record component.RenderLayer.getVertexFormat()
Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionTessellator.begin
(VertexFormat.DrawMode drawMode, VertexFormat format) private static VertexBuffer
BufferRenderer.bind
(VertexFormat vertexFormat) private static Vector3f[]
BuiltBuffer.collectCentroids
(ByteBuffer buf, int vertexCount, VertexFormat format) 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 ShaderProgram
GameRenderer.preloadProgram
(ResourceFactory factory, String name, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder
(BufferAllocator allocator, VertexFormat.DrawMode drawMode, VertexFormat format) DrawParameters
(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) (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)