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.DrawModeRenderPipeline.vertexFormatModeFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormat.DrawModeModifier and TypeFieldDescriptionprivate Optional<VertexFormat.DrawMode> RenderPipeline.Builder.vertexFormatModeprivate final Optional<VertexFormat.DrawMode> RenderPipeline.Snippet.vertexFormatModeThe field for thevertexFormatModerecord 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 thevertexFormatModerecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat(VertexFormat vertexFormat, VertexFormat.DrawMode drawMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionprotectedRenderPipeline(Identifier identifier, Identifier identifier2, Identifier identifier3, Defines defines, List<String> list, List<RenderPipeline.UniformDescription> list2, Optional<BlendFunction> optional, DepthTestFunction depthTestFunction, PolygonMode polygonMode, boolean bool, boolean bool2, boolean bool3, boolean bool4, LogicOp logicOp, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3) -
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.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. -
Uses of VertexFormat.DrawMode in net.minecraft.client.gl
Methods in net.minecraft.client.gl with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionvoidShaderProgram.initializeUniforms(VertexFormat.DrawMode drawMode, Matrix4f matrix4f, Matrix4f matrix4f2, float float2, float float3) -
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.Methods in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifier and TypeMethodDescriptionTessellator.begin(VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) Constructors in net.minecraft.client.render with parameters of type VertexFormat.DrawModeModifierConstructorDescriptionBufferBuilder(BufferAllocator bufferAllocator, VertexFormat.DrawMode drawMode, VertexFormat vertexFormat) DrawParameters(VertexFormat vertexFormat, int int2, int int3, VertexFormat.DrawMode drawMode, VertexFormat.IndexType indexType)