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)