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 StencilPerFaceTest
StencilTest.back
The field for theback
record component.private final StencilPerFaceTest
StencilTest.front
The field for thefront
record component.Methods in net.neoforged.neoforge.client.stencil that return StencilPerFaceTestModifier and TypeMethodDescriptionStencilTest.back()
Returns the value of theback
record component.StencilTest.front()
Returns the value of thefront
record 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 aStencilTest
record class.