Uses of Record Class
net.neoforged.neoforge.client.stencil.StencilTest
Packages that use StencilTest
-
Uses of StencilTest in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as StencilTestModifier and TypeFieldDescriptionprivate final @Nullable StencilTestDepthStencilState.stencilTestThe field for thestencilTestrecord component.Methods in com.mojang.renderpearl.api.pipeline that return StencilTestModifier and TypeMethodDescriptionDepthStencilState.stencilTest()Returns the value of thestencilTestrecord component.Constructors in com.mojang.renderpearl.api.pipeline with parameters of type StencilTestModifierConstructorDescriptionDepthStencilState(CompareOp depthTest, boolean writeDepth, float depthBiasScaleFactor, float depthBiasConstant, @Nullable StencilTest stencilTest) Creates an instance of aDepthStencilStaterecord class.