Uses of Enum Class
net.neoforged.neoforge.client.stencil.StencilFunction
Packages that use StencilFunction
-
Uses of StencilFunction in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type StencilFunction -
Uses of StencilFunction in net.neoforged.neoforge.client.stencil
Subclasses with type arguments of type StencilFunction in net.neoforged.neoforge.client.stencilModifier and TypeClassDescriptionenumThe available comparison functions that are used for comparing the stencil reference value to the current stencil buffer value when determining if a fragment passes the stencil test.Fields in net.neoforged.neoforge.client.stencil declared as StencilFunctionModifier and TypeFieldDescriptionprivate final StencilFunctionStencilPerFaceTest.compareThe field for thecomparerecord component.Methods in net.neoforged.neoforge.client.stencil that return StencilFunctionModifier and TypeMethodDescriptionStencilPerFaceTest.compare()Returns the value of thecomparerecord component.static StencilFunctionReturns 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 aStencilPerFaceTestrecord class.