Uses of Record Class
net.neoforged.neoforge.client.stencil.StencilPerFaceTest
Packages that use StencilPerFaceTest
-
Uses of StencilPerFaceTest in net.neoforged.neoforge.client.stencil
Fields in net.neoforged.neoforge.client.stencil declared as StencilPerFaceTestModifier and TypeFieldDescriptionprivate final StencilPerFaceTestStencilTest.backThe field for thebackrecord component.private final StencilPerFaceTestStencilTest.frontThe field for thefrontrecord component.Methods in net.neoforged.neoforge.client.stencil that return StencilPerFaceTestModifier and TypeMethodDescriptionStencilTest.back()Returns the value of thebackrecord component.StencilTest.front()Returns the value of thefrontrecord component.Constructors in net.neoforged.neoforge.client.stencil with parameters of type StencilPerFaceTestModifierConstructorDescriptionStencilTest(StencilPerFaceTest test, int readMask, int writeMask, int referenceValue) StencilTest(StencilPerFaceTest front, StencilPerFaceTest back, int readMask, int writeMask, int referenceValue) Creates an instance of aStencilTestrecord class.