Uses of Enum Class
net.minecraft.client.render.DepthTestState
Packages that use 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> ShaderProgramLayer.Builder.depthTestprivate final Optional<DepthTestState> ShaderProgramLayer.Stage.depthTestFunctionThe field for thedepthTestFunctionrecord component.Methods in net.minecraft.client.gl that return types with arguments of type DepthTestStateModifier and TypeMethodDescriptionShaderProgramLayer.Stage.depthTestFunction()Returns the value of thedepthTestFunctionrecord component.Methods in net.minecraft.client.gl with parameters of type DepthTestStateModifier and TypeMethodDescriptionShaderProgramLayer.Builder.AddDepthProgram(DepthTestState program) private intShaderProgramLayer.applyDepthTest(DepthTestState mode) Constructors in net.minecraft.client.gl with parameters of type DepthTestStateModifierConstructorDescriptionprotectedShaderProgramLayer(Identifier identifier, Identifier vertexId, Identifier shard, Defines defines, List<String> samples, List<ShaderProgramLayer.Uniform> glUniforms, Optional<BlendPrograms> blender, DepthTestState depthTest, boolean hasCulling, boolean hasColor, boolean hasAlpha, boolean hasDepth, GlStateManager.LogicOp colorLogic, VertexFormat format, VertexFormat.DrawMode drawMode) -
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.