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
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.