Uses of Enum Class
net.minecraft.client.render.VertexFormat.DrawMode
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.systems
Modifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer
(VertexFormat.DrawMode drawMode) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Modifier and TypeMethodDescriptionvoid
ShaderProgram.initializeUniforms
(VertexFormat.DrawMode drawMode, Matrix4f viewMatrix, Matrix4f projectionMatrix, Window window) -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Modifier and TypeFieldDescriptionprivate final VertexFormat.DrawMode
BufferBuilder.drawMode
private final VertexFormat.DrawMode
RenderLayer.drawMode
private final VertexFormat.DrawMode
BuiltBuffer.DrawParameters.mode
The field for themode
record component.Modifier and TypeMethodDescriptionRenderLayer.getDrawMode()
BuiltBuffer.DrawParameters.mode()
Returns the value of themode
record component.static VertexFormat.DrawMode
Returns the enum constant of this class with the specified name.static VertexFormat.DrawMode[]
VertexFormat.DrawMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTessellator.begin
(VertexFormat.DrawMode drawMode, 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) ModifierConstructorDescriptionBufferBuilder
(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)