Uses of Class
net.minecraft.client.render.VertexFormat
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexFormat in net.minecraft
Modifier and TypeFieldDescriptionprivate final VertexFormat
class_9801.DrawParameters.format
The field for theformat
record component.Modifier and TypeMethodDescriptionclass_9801.DrawParameters.format()
Returns the value of theformat
record component.Modifier and TypeMethodDescriptionprivate static Vector3f[]
class_9801.method_60820
(ByteBuffer byteBuffer, int int2, VertexFormat vertexFormat) ModifierConstructorDescriptionDrawParameters
(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) -
Uses of VertexFormat in net.minecraft.client.gl
Modifier and TypeFieldDescriptionprivate final VertexFormat
ShaderProgram.format
private @Nullable VertexFormat
VertexBuffer.vertexFormat
Modifier and TypeMethodDescriptionShaderProgram.getFormat()
VertexBuffer.getVertexFormat()
private VertexFormat
VertexBuffer.uploadVertexBuffer
(class_9801.DrawParameters parameters, @Nullable ByteBuffer vertexBuffer) ModifierConstructorDescriptionShaderProgram
(ResourceFactory factory, String name, VertexFormat format) -
Uses of VertexFormat in net.minecraft.client.render
Modifier 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
Modifier and TypeMethodDescriptionRenderLayer.getVertexFormat()
VertexFormat.class_9803.method_60840()
Modifier 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) ModifierConstructorDescriptionBufferBuilder
(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)