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.vertexFormatModeprivate final Optional<VertexFormat.Mode> RenderPipeline.Snippet.vertexFormatModeThe field for thevertexFormatModerecord 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 thevertexFormatModerecord 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.ModeModifierConstructorDescriptionprotectedRenderPipeline(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) Deprecated.protectedRenderPipeline(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, Optional<StencilTest> stencilTest) -
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.ModeBufferBuilder.modeprivate final VertexFormat.ModeMeshData.DrawState.modeThe field for themoderecord component.Methods in com.mojang.blaze3d.vertex that return VertexFormat.ModeModifier and TypeMethodDescriptionMeshData.DrawState.mode()Returns the value of themoderecord component.static VertexFormat.ModeReturns 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 aDrawStaterecord 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.ModeGuiRenderer.Draw.modeThe field for themoderecord component.Methods in net.minecraft.client.gui.render that return VertexFormat.ModeModifier and TypeMethodDescriptionGuiRenderer.Draw.mode()Returns the value of themoderecord 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 aDrawrecord 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.ModeRenderType.mode()
RenderPipeline(ResourceLocation, ResourceLocation, ResourceLocation, ShaderDefines, List, List, Optional, DepthTestFunction, PolygonMode, boolean, boolean, boolean, boolean, LogicOp, VertexFormat, VertexFormat.Mode, float, float, int, Optional)instead