Uses of Enum Class
net.neoforged.neoforge.client.stencil.StencilFunction
Packages that use StencilFunction
-
Uses of StencilFunction in net.neoforged.neoforge.client.stencil
Fields in net.neoforged.neoforge.client.stencil declared as StencilFunctionModifier and TypeFieldDescriptionprivate final StencilFunction
StencilPerFaceTest.compare
The field for thecompare
record component.Methods in net.neoforged.neoforge.client.stencil that return StencilFunctionModifier and TypeMethodDescriptionStencilPerFaceTest.compare()
Returns the value of thecompare
record component.static StencilFunction
Returns the enum constant of this class with the specified name.static StencilFunction[]
StencilFunction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.neoforged.neoforge.client.stencil with parameters of type StencilFunctionModifierConstructorDescriptionStencilPerFaceTest
(StencilOperation fail, StencilOperation depthFail, StencilOperation pass, StencilFunction compare) Creates an instance of aStencilPerFaceTest
record class.