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 final Optional<DepthTestState> class_10785.class_10787.depthTestFunctionThe field for thedepthTestFunctionrecord component.private Optional<DepthTestState> class_10785.class_10786.field_56728Methods in net.minecraft that return types with arguments of type DepthTestStateModifier and TypeMethodDescriptionclass_10785.class_10787.depthTestFunction()Returns the value of thedepthTestFunctionrecord component.Methods in net.minecraft with parameters of type DepthTestStateModifier and TypeMethodDescriptionprivate intclass_10785.method_67728(DepthTestState depthTestState) class_10785.class_10786.method_67747(DepthTestState depthTestState) Constructors in net.minecraft with parameters of type DepthTestStateModifierConstructorDescriptionprotectedclass_10785(Identifier identifier, Identifier identifier2, Identifier identifier3, Defines defines, List<String> list, List<class_10785.Uniform> list2, Optional<class_10784> optional, DepthTestState depthTestState, boolean bool, boolean bool2, boolean bool3, boolean bool4, GlStateManager.LogicOp logicOp, VertexFormat vertexFormat, 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.