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 Optional<DepthTestState> ShaderPipeline.Builder.depthTestprivate final Optional<DepthTestState> ShaderPipeline.Stage.depthTestFunctionThe field for thedepthTestFunctionrecord component.Methods 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 DepthTestStateConstructors in net.minecraft.client.gl with parameters of type DepthTestStateModifierConstructorDescriptionprotectedShaderPipeline(Identifier id, Identifier vertices, Identifier pass, Defines defines, List<String> samples, List<ShaderPipeline.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, class_10880 class_10880, boolean bool, boolean bool2, boolean bool3, boolean bool4, class_10879 class_10879, VertexFormat vertexFormat, VertexFormat.DrawMode drawMode, float float2, float float3) -
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.