Uses of Enum Class
net.neoforged.neoforge.client.stencil.StencilOperation
Packages that use StencilOperation
-
Uses of StencilOperation in net.neoforged.neoforge.client.stencil
Fields in net.neoforged.neoforge.client.stencil declared as StencilOperationModifier and TypeFieldDescriptionprivate final StencilOperation
StencilPerFaceTest.depthFail
The field for thedepthFail
record component.private final StencilOperation
StencilPerFaceTest.fail
The field for thefail
record component.private final StencilOperation
StencilPerFaceTest.pass
The field for thepass
record component.Methods in net.neoforged.neoforge.client.stencil that return StencilOperationModifier and TypeMethodDescriptionStencilPerFaceTest.depthFail()
Returns the value of thedepthFail
record component.StencilPerFaceTest.fail()
Returns the value of thefail
record component.StencilPerFaceTest.pass()
Returns the value of thepass
record component.static StencilOperation
Returns the enum constant of this class with the specified name.static StencilOperation[]
StencilOperation.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 StencilOperationModifierConstructorDescriptionStencilPerFaceTest
(StencilOperation fail, StencilOperation depthFail, StencilOperation pass, StencilFunction compare) Creates an instance of aStencilPerFaceTest
record class.