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.Mode -
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 pVertexFormat, VertexFormat.Mode pVertexFormatMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.ModeModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation pLocation, ResourceLocation pVertexShader, ResourceLocation pFragmentShader, ShaderDefines pShaderDefines, List<String> pSamplers, List<RenderPipeline.UniformDescription> pUniforms, Optional<BlendFunction> pBlendFunction, DepthTestFunction pDepthTestFunction, PolygonMode pPolygonMode, boolean pCull, boolean pWriteColor, boolean pWriteAlpha, boolean pWriteDepth, LogicOp pColorLogic, VertexFormat pVertexFormat, VertexFormat.Mode pVertexFormatMode, float pDepthBiasScaleFactor, float pDepthBiasConstant, int pSortKey) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type VertexFormat.ModeModifier and TypeMethodDescriptionRenderSystem.getSequentialBuffer
(VertexFormat.Mode pFormatMode) -
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 pMode, VertexFormat pFormat) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifierConstructorDescriptionBufferBuilder
(ByteBufferBuilder pBuffer, VertexFormat.Mode pMode, VertexFormat pFormat) 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.gui.render
Fields in net.minecraft.client.gui.render declared as VertexFormat.ModeModifier and TypeFieldDescriptionprivate final VertexFormat.Mode
GuiRenderer.Draw.mode
The field for themode
record component.Methods in net.minecraft.client.gui.render that return VertexFormat.ModeModifier and TypeMethodDescriptionGuiRenderer.Draw.mode()
Returns the value of themode
record component.Constructors in net.minecraft.client.gui.render with parameters of type VertexFormat.ModeModifierConstructorDescription(package private)
Draw
(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, ScreenRectangle scissorArea) Creates an instance of aDraw
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()