Uses of Class
net.minecraft.client.render.VertexFormat
Packages that use VertexFormat
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexFormat in net.minecraft
Fields in net.minecraft declared as VertexFormatModifier and TypeFieldDescriptionprivate final VertexFormat
class_9801.DrawParameters.format
The field for theformat
record component.Methods in net.minecraft that return VertexFormatModifier and TypeMethodDescriptionclass_9801.DrawParameters.format()
Returns the value of theformat
record component.Methods in net.minecraft with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static Vector3f[]
class_9801.method_60820
(ByteBuffer byteBuffer, int int2, VertexFormat vertexFormat) Constructors in net.minecraft with parameters of type VertexFormatModifierConstructorDescriptionDrawParameters
(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) -
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
(class_9801.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
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 TypeMethodDescriptionRenderLayer.getVertexFormat()
VertexFormat.class_9803.method_60840()
Methods in net.minecraft.client.render with parameters of type VertexFormatModifier and TypeMethodDescriptionprivate static VertexBuffer
BufferRenderer.bind
(VertexFormat vertexFormat) Tessellator.method_60827
(VertexFormat.DrawMode drawMode, 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 ShaderProgram
GameRenderer.preloadProgram
(ResourceFactory factory, String name, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormatModifierConstructorDescriptionBufferBuilder
(class_9799 class_9799, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) (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)