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 vertexFormat, VertexFormat.Mode vertexFormatMode) Constructors in com.mojang.blaze3d.pipeline with parameters of type VertexFormat.ModeModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines 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.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey) Deprecated.protectedRenderPipeline(Identifier p_405403_, Identifier p_405389_, Identifier p_404945_, ShaderDefines 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.Mode vertexFormatMode, float depthBiasScaleFactor, float depthBiasConstant, int sortKey, 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 primitiveMode) -
Uses of VertexFormat.Mode in com.mojang.blaze3d.vertex
Subclasses with type arguments of type VertexFormat.Mode in com.mojang.blaze3d.vertexFields 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.ModeConstructors in com.mojang.blaze3d.vertex with parameters of type VertexFormat.ModeModifierConstructorDescriptionBufferBuilder(ByteBufferBuilder buffer, VertexFormat.Mode mode, VertexFormat format) 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.ModeModifierConstructorDescriptionprivateDraw(GpuBuffer vertexBuffer, int baseVertex, VertexFormat.Mode mode, int indexCount, RenderPipeline pipeline, TextureSetup textureSetup, @Nullable ScreenRectangle scissorArea) Creates an instance of aDrawrecord class. -
Uses of VertexFormat.Mode in net.minecraft.client.renderer.rendertype
Methods in net.minecraft.client.renderer.rendertype that return VertexFormat.Mode
RenderPipeline(Identifier, Identifier, Identifier, ShaderDefines, List, List, Optional, DepthTestFunction, PolygonMode, boolean, boolean, boolean, boolean, LogicOp, VertexFormat, VertexFormat.Mode, float, float, int, Optional)instead