Uses of Enum Class
com.mojang.blaze3d.platform.DepthTestFunction
Packages that use DepthTestFunction
Package
Description
-
Uses of DepthTestFunction in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type DepthTestFunction -
Uses of DepthTestFunction in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as DepthTestFunctionModifier and TypeFieldDescriptionprivate final DepthTestFunction
RenderPipeline.depthTestFunction
Fields in com.mojang.blaze3d.pipeline with type parameters of type DepthTestFunctionModifier and TypeFieldDescriptionprivate Optional
<DepthTestFunction> RenderPipeline.Builder.depthTestFunction
private final Optional
<DepthTestFunction> RenderPipeline.Snippet.depthTestFunction
The field for thedepthTestFunction
record component.Methods in com.mojang.blaze3d.pipeline that return DepthTestFunctionMethods in com.mojang.blaze3d.pipeline that return types with arguments of type DepthTestFunctionModifier and TypeMethodDescriptionRenderPipeline.Snippet.depthTestFunction()
Returns the value of thedepthTestFunction
record component.Methods in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifier and TypeMethodDescriptionRenderPipeline.Builder.withDepthTestFunction
(DepthTestFunction p_410838_) Constructors in com.mojang.blaze3d.pipeline with parameters of type DepthTestFunctionModifierConstructorDescriptionprotected
RenderPipeline
(ResourceLocation p_405403_, ResourceLocation p_405389_, ResourceLocation p_404945_, ShaderDefines p_405426_, List<String> p_405334_, List<RenderPipeline.UniformDescription> p_404693_, Optional<BlendFunction> p_404667_, DepthTestFunction p_410224_, PolygonMode p_409822_, boolean p_404907_, boolean p_405688_, boolean p_405411_, boolean p_405477_, LogicOp p_410051_, VertexFormat p_405109_, VertexFormat.Mode p_404708_, float p_410755_, float p_409999_) -
Uses of DepthTestFunction in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return DepthTestFunctionModifier and TypeMethodDescriptionstatic DepthTestFunction
Returns the enum constant of this class with the specified name.static DepthTestFunction[]
DepthTestFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.