Uses of Enum Class
net.minecraft.client.render.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
Package
Description
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type VertexFormat.DrawMode -
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.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawModeFields in net.minecraft.client.gl with type parameters of type VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate Optional<VertexFormat.DrawMode> ShaderPipeline.Builder.drawModeprivate final Optional<VertexFormat.DrawMode> ShaderPipeline.Stage.vertexFormatModeThe field for thevertexFormatModerecord component.Methods in net.minecraft.client.gl that return VertexFormat.DrawModeMethods in net.minecraft.client.gl that return types with arguments of type VertexFormat.DrawModeModifier and TypeMethodDescriptionShaderPipeline.Stage.vertexFormatMode()Returns the value of thevertexFormatModerecord component.Methods in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionShaderPipeline.Builder.format(VertexFormat format, VertexFormat.DrawMode drawMode) voidShaderProgram.initializeUniforms(VertexFormat.DrawMode drawMode, Matrix4f viewMatrix, Matrix4f projectionMatrix, float screenWidth, float screenHeight) Constructors in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertexShader, Identifier fragmentShader, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTestState, PolygonMode polygonMode, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, ColorLogic colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode, float polygonOffsetFactor, float polygonOffsetUnits) -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawModeBufferBuilder.drawModeprivate final VertexFormat.DrawModeBuiltBuffer.DrawParameters.modeThe field for themoderecord component.Methods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionabstract VertexFormat.DrawModeRenderLayer.getDrawMode()RenderLayer.MultiPhase.getDrawMode()BuiltBuffer.DrawParameters.mode()Returns the value of themoderecord component.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.begin(VertexFormat.DrawMode drawMode, VertexFormat format) Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionBufferBuilder(BufferAllocator allocator, VertexFormat.DrawMode drawMode, VertexFormat format) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType)