Uses of Enum Class
net.minecraft.client.render.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
Package
Description
The base package for all Minecraft classes.
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer(VertexFormat.DrawMode drawMode) -
Uses of VertexFormat.DrawMode in net.minecraft
Fields in net.minecraft declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawModeclass_9801.DrawParameters.modeThe field for themoderecord component.Methods in net.minecraft that return VertexFormat.DrawModeModifier and TypeMethodDescriptionclass_9801.DrawParameters.mode()Returns the value of themoderecord component.Constructors in net.minecraft with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionDrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawModeMethods in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionvoidShaderProgram.method_60897(VertexFormat.DrawMode drawMode, Matrix4f matrix4f, Matrix4f matrix4f2, Window window) -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawModeRenderLayer.drawModeprivate final VertexFormat.DrawModeBufferBuilder.field_52073Methods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderLayer.getDrawMode()static VertexFormat.DrawModeReturns 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 TypeMethodDescriptionTessellator.method_60827(VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) private static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, RenderLayer.MultiPhaseParameters phases) (package private) static RenderLayer.MultiPhaseRenderLayer.of(String name, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, int expectedBufferSize, RenderLayer.MultiPhaseParameters phaseData) Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionBufferBuilder(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)