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 TypeMethodDescriptionvoidGlProgram.setDefaultUniforms(VertexFormat.Mode mode, org.joml.Matrix4f modelViewMatrix, org.joml.Matrix4f projectionMatrix, float screenWidth, float screenHeight) static intGlConst.toGl(VertexFormat.Mode 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(ResourceLocation location, ResourceLocation vertexShader, ResourceLocation 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) -
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.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.renderer
Methods in net.minecraft.client.renderer that return VertexFormat.ModeModifier and TypeMethodDescriptionRenderType.CompositeRenderType.mode()abstract VertexFormat.ModeRenderType.mode()