Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.DrawMode
Packages that use VertexFormat.DrawMode
Package
Description
-
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormat.DrawMode -
Uses of VertexFormat.DrawMode in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawMode
RenderPipeline.vertexFormatMode
Fields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate Optional
<VertexFormat.DrawMode> RenderPipeline.Builder.vertexFormatMode
private final Optional
<VertexFormat.DrawMode> RenderPipeline.Snippet.vertexFormatMode
The field for thevertexFormatMode
record component.Methods in com.mojang.blaze3d.pipeline that return VertexFormat.DrawModeMethods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormatMode()
Returns the value of thevertexFormatMode
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat
(VertexFormat vertexFormat, VertexFormat.DrawMode vertexFormatMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprotected
RenderPipeline
(Identifier location, Identifier vertexShader, Identifier fragmentShader, Defines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, Optional<BlendFunction> blendFunction, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean cull, boolean writeColor, boolean writeAlpha, boolean writeDepth, LogicOp colorLogic, VertexFormat vertexFormat, VertexFormat.DrawMode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey) -
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 com.mojang.blaze3d.vertex
Methods in com.mojang.blaze3d.vertex that return VertexFormat.DrawModeModifier and TypeMethodDescriptionstatic 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. -
Uses of VertexFormat.DrawMode in net.minecraft.client.gui.render
Fields in net.minecraft.client.gui.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawMode
GuiRenderer.Draw.mode
The field for themode
record component.Methods in net.minecraft.client.gui.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionGuiRenderer.Draw.mode()
Returns the value of themode
record component.Constructors in net.minecraft.client.gui.render with parameters of type VertexFormat.DrawModeModifierConstructorDescription(package private)
Draw
(GpuBuffer gpuBuffer, int int2, VertexFormat.DrawMode drawMode, int int3, RenderPipeline renderPipeline, TextureSetup textureSetup, @Nullable ScreenRect screenRect) -
Uses of VertexFormat.DrawMode in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate final VertexFormat.DrawMode
BufferBuilder.drawMode
private final VertexFormat.DrawMode
BuiltBuffer.DrawParameters.mode
The field for themode
record component.Methods in net.minecraft.client.render that return VertexFormat.DrawModeModifier and TypeMethodDescriptionabstract VertexFormat.DrawMode
RenderLayer.getDrawMode()
RenderLayer.MultiPhase.getDrawMode()
BuiltBuffer.DrawParameters.mode()
Returns the value of themode
record component.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 vertexFormat) DrawParameters
(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType)