Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormat.Mode
Packages that use VertexFormat.Mode
Package
Description
-
Uses of VertexFormat.Mode in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionvoid
GlProgram.setDefaultUniforms
(VertexFormat.Mode p_410470_, org.joml.Matrix4f p_410089_, org.joml.Matrix4f p_410482_, float p_409804_, float p_409950_) static int
GlConst.toGl
(VertexFormat.Mode p_412220_) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as VertexFormat.ModeFields in com.mojang.blaze3d.pipeline with type parameters of type VertexFormat.ModeModifier and TypeFieldDescriptionprivate Optional
<VertexFormat.Mode> RenderPipeline.Builder.vertexFormatMode
private final Optional
<VertexFormat.Mode> RenderPipeline.Snippet.vertexFormatMode
The field for thevertexFormatMode
record component.Methods in com.mojang.blaze3d.pipeline that return VertexFormat.ModeMethods in com.mojang.blaze3d.pipeline that return types with arguments of type VertexFormat.ModeModifier and TypeMethodDescriptionRenderPipeline.Snippet.vertexFormatMode()
Returns the value of thevertexFormatMode
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionRenderPipeline.Builder.withVertexFormat
(VertexFormat p_405022_, VertexFormat.Mode p_405878_) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.ModeModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation p_405403_, ResourceLocation p_405389_, ResourceLocation p_404945_, ShaderDefines p_405426_, List<String> p_405334_, List<RenderPipeline.UniformDescription> p_404693_, Optional<BlendFunction> p_404667_, DepthTestFunction p_410224_, PolygonMode p_409822_, boolean p_404907_, boolean p_405688_, boolean p_405411_, boolean p_405477_, LogicOp p_410051_, VertexFormat p_405109_, VertexFormat.Mode p_404708_, float p_410755_, float p_409999_) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.Mode -
Uses of VertexFormat.Mode in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormat.ModeModifier and TypeFieldDescriptionprivate final VertexFormat.Mode
BufferBuilder.mode
private final VertexFormat.Mode
MeshData.DrawState.mode
The field for themode
record component.Methods in com.mojang.blaze3d.vertex that return VertexFormat.ModeModifier and TypeMethodDescriptionMeshData.DrawState.mode()
Returns the value of themode
record component.static VertexFormat.Mode
Returns the enum constant of this class with the specified name.static VertexFormat.Mode[]
VertexFormat.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionTesselator.begin
(VertexFormat.Mode p_350571_, VertexFormat p_350837_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder p_350781_, VertexFormat.Mode p_350789_, VertexFormat p_350682_) DrawState
(VertexFormat format, int vertexCount, int indexCount, VertexFormat.Mode mode, VertexFormat.IndexType indexType) Creates an instance of aDrawState
record class. -
Uses of VertexFormat.Mode in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer that return VertexFormat.ModeModifier and TypeMethodDescriptionRenderType.CompositeRenderType.mode()
abstract VertexFormat.Mode
RenderType.mode()