Uses of Enum Class
com.mojang.blaze3d.platform.DestFactor
Packages that use DestFactor
Package
Description
-
Uses of DestFactor in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type DestFactor -
Uses of DestFactor in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as DestFactorModifier and TypeFieldDescriptionprivate final DestFactor
BlendFunction.destAlpha
The field for thedestAlpha
record component.private final DestFactor
BlendFunction.destColor
The field for thedestColor
record component.Methods in com.mojang.blaze3d.pipeline that return DestFactorModifier and TypeMethodDescriptionBlendFunction.destAlpha()
Returns the value of thedestAlpha
record component.BlendFunction.destColor()
Returns the value of thedestColor
record component.Constructors in com.mojang.blaze3d.pipeline with parameters of type DestFactorModifierConstructorDescriptionBlendFunction
(SourceFactor p_409740_, DestFactor p_409614_) BlendFunction
(SourceFactor sourceColor, DestFactor destColor, SourceFactor sourceAlpha, DestFactor destAlpha) Creates an instance of aBlendFunction
record class. -
Uses of DestFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return DestFactorModifier and TypeMethodDescriptionstatic DestFactor
Returns the enum constant of this class with the specified name.static DestFactor[]
DestFactor.values()
Returns an array containing the constants of this enum class, in the order they are declared.