Uses of Enum Class
net.neoforged.neoforge.client.stencil.StencilOperation
Packages that use StencilOperation
-
Uses of StencilOperation in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type StencilOperation -
Uses of StencilOperation in net.neoforged.neoforge.client.stencil
Fields in net.neoforged.neoforge.client.stencil declared as StencilOperationModifier and TypeFieldDescriptionprivate final StencilOperationStencilPerFaceTest.depthFailThe field for thedepthFailrecord component.private final StencilOperationStencilPerFaceTest.failThe field for thefailrecord component.private final StencilOperationStencilPerFaceTest.passThe field for thepassrecord component.Methods in net.neoforged.neoforge.client.stencil that return StencilOperationModifier and TypeMethodDescriptionStencilPerFaceTest.depthFail()Returns the value of thedepthFailrecord component.StencilPerFaceTest.fail()Returns the value of thefailrecord component.StencilPerFaceTest.pass()Returns the value of thepassrecord component.static StencilOperationReturns 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 aStencilPerFaceTestrecord class.