Uses of Record Class
net.neoforged.neoforge.client.stencil.StencilTest
Packages that use StencilTest
-
Uses of StencilTest in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline with type parameters of type StencilTestModifier and TypeFieldDescriptionprivate Optional<StencilTest> RenderPipeline.Builder.stencilTestprivate final Optional<StencilTest> RenderPipeline.Snippet.stencilTestThe field for thestencilTestrecord component.private final Optional<StencilTest> RenderPipeline.stencilTestMethods in com.mojang.blaze3d.pipeline that return types with arguments of type StencilTestModifier and TypeMethodDescriptionRenderPipeline.getStencilTest()RenderPipeline.Snippet.stencilTest()Returns the value of thestencilTestrecord component.Methods in com.mojang.blaze3d.pipeline with parameters of type StencilTestModifier and TypeMethodDescriptionRenderPipeline.Builder.withStencilTest(StencilTest stencilTest) Constructor parameters in com.mojang.blaze3d.pipeline with type arguments of type StencilTestModifierConstructorDescriptionprotectedRenderPipeline(Identifier location, Identifier vertexShader, Identifier fragmentShader, ShaderDefines shaderDefines, List<String> samplers, List<RenderPipeline.UniformDescription> uniforms, ColorTargetState colorTargetState, @Nullable DepthStencilState depthStencilState, PolygonMode polygonMode, boolean cull, VertexFormat vertexFormat, VertexFormat.Mode vertexFormatMode, int sortKey, Optional<StencilTest> stencilTest)