Uses of Enum Class
com.mojang.blaze3d.platform.SourceFactor
Packages that use SourceFactor
Package
Description
-
Uses of SourceFactor in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type SourceFactor -
Uses of SourceFactor in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as SourceFactorModifier and TypeFieldDescriptionprivate final SourceFactor
BlendFunction.sourceAlpha
The field for thesourceAlpha
record component.private final SourceFactor
BlendFunction.sourceColor
The field for thesourceColor
record component.Methods in com.mojang.blaze3d.pipeline that return SourceFactorModifier and TypeMethodDescriptionBlendFunction.sourceAlpha()
Returns the value of thesourceAlpha
record component.BlendFunction.sourceColor()
Returns the value of thesourceColor
record component.Constructors in com.mojang.blaze3d.pipeline with parameters of type SourceFactorModifierConstructorDescriptionBlendFunction
(SourceFactor source, DestFactor dest) BlendFunction
(SourceFactor sourceFactor, DestFactor destFactor, SourceFactor sourceFactor2, DestFactor destFactor2) -
Uses of SourceFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return SourceFactorModifier and TypeMethodDescriptionstatic SourceFactor
Returns the enum constant of this class with the specified name.static SourceFactor[]
SourceFactor.values()
Returns an array containing the constants of this enum class, in the order they are declared.