Uses of Enum Class
net.minecraft.client.render.DepthTestState
Packages that use DepthTestState
-
Uses of DepthTestState in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform with parameters of type DepthTestState -
Uses of DepthTestState in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DepthTestStateFields in net.minecraft.client.gl with type parameters of type DepthTestStateModifier and TypeFieldDescriptionprivate final Optional<DepthTestState> ShaderPipeline.Stage.depthTestFunctionThe field for thedepthTestFunctionrecord component.private Optional<DepthTestState> ShaderPipeline.Builder.depthTestStateMethods in net.minecraft.client.gl that return DepthTestStateMethods in net.minecraft.client.gl that return types with arguments of type DepthTestStateModifier and TypeMethodDescriptionShaderPipeline.Stage.depthTestFunction()Returns the value of thedepthTestFunctionrecord component.Methods in net.minecraft.client.gl with parameters of type DepthTestStateModifier and TypeMethodDescriptionShaderPipeline.Builder.depthTestState(DepthTestState depthTestState) Constructors in net.minecraft.client.gl with parameters of type DepthTestStateModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertexShader, Identifier fragmentShader, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTestState, PolygonMode polygonMode, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, ColorLogic colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode, float polygonOffsetFactor, float polygonOffsetUnits) -
Uses of DepthTestState in net.minecraft.client.render
Methods in net.minecraft.client.render that return DepthTestStateModifier and TypeMethodDescriptionstatic DepthTestStateReturns the enum constant of this class with the specified name.static DepthTestState[]DepthTestState.values()Returns an array containing the constants of this enum class, in the order they are declared.