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 TypeMethodDescriptionRenderSystem.getSequentialBuffer(VertexFormat.DrawMode drawMode) -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawModeShaderProgramLayer.drawModeprivate VertexFormat.DrawModeVertexBuffer.drawModeFields in net.minecraft.client.gl with type parameters of type VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate Optional<VertexFormat.DrawMode> ShaderProgramLayer.Builder.drawModeprivate final Optional<VertexFormat.DrawMode> ShaderProgramLayer.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 TypeMethodDescriptionShaderProgramLayer.Stage.vertexFormatMode()Returns the value of thevertexFormatModerecord component.Methods in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionstatic VertexBufferVertexBuffer.createAndUpload(VertexFormat.DrawMode drawMode, VertexFormat format, Consumer<VertexConsumer> callback) ShaderProgramLayer.Builder.format(VertexFormat format, VertexFormat.DrawMode drawMode) voidShaderProgram.initializeUniforms(VertexFormat.DrawMode drawMode, Matrix4f viewMatrix, Matrix4f projectionMatrix, Window window) Constructors in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprotectedShaderProgramLayer(Identifier identifier, Identifier vertexId, Identifier pass, Defines defines, List<String> samples, List<ShaderProgramLayer.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode) -
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)