Uses of Enum Class
net.minecraft.client.render.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionstatic RenderSystem.IndexBuffer
RenderSystem.getSequentialBuffer
(VertexFormat.DrawMode drawMode, int int2) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawMode -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate VertexFormat.DrawMode
BufferBuilder.drawMode
(package private) final VertexFormat.DrawMode
BufferBuilder.State.drawMode
private final VertexFormat.DrawMode
RenderLayer.drawMode
private final VertexFormat.DrawMode
BufferBuilder.DrawArrayParameters.mode
Methods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderLayer.getDrawMode()
BufferBuilder.DrawArrayParameters.getMode()
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.Methods in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionvoid
BufferBuilder.begin
(VertexFormat.DrawMode drawMode, VertexFormat format) private static void
BufferRenderer.draw
(ByteBuffer buffer, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat, int count, VertexFormat.IntType elementFormat, int vertexCount, boolean textured) 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) Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescription(package private)
DrawArrayParameters
(VertexFormat vertexFormat, int count, int vertexCount, VertexFormat.DrawMode mode, VertexFormat.IntType elementFormat, boolean cameraOffset, boolean textured) (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) (package private)
State
(VertexFormat.DrawMode drawMode, int vertexCount, @Nullable Vec3f[] currentParameters, float cameraX, float cameraY, float cameraZ)