Uses of Enum Class
net.minecraft.client.render.DepthTestState
Packages that use DepthTestState
Package
Description
The base package for all Minecraft classes.
-
Uses of DepthTestState in net.minecraft
Fields in net.minecraft declared as DepthTestStateFields in net.minecraft with type parameters of type DepthTestStateModifier and TypeFieldDescriptionprivate Optional<DepthTestState> class_10785.class_10786.depthTestprivate final Optional<DepthTestState> class_10785.Stage.depthTestFunctionThe field for thedepthTestFunctionrecord component.Methods in net.minecraft that return types with arguments of type DepthTestStateModifier and TypeMethodDescriptionclass_10785.Stage.depthTestFunction()Returns the value of thedepthTestFunctionrecord component.Methods in net.minecraft with parameters of type DepthTestStateModifier and TypeMethodDescriptionclass_10785.class_10786.AddDepthProgram(DepthTestState program) private intclass_10785.applyDepthTest(DepthTestState mode) Constructors in net.minecraft with parameters of type DepthTestStateModifierConstructorDescriptionprotectedclass_10785(Identifier identifier, Identifier vertexId, Identifier shard, Defines defines, List<String> samples, List<class_10785.class_10788> 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.