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 SourceFactorBlendFunction.sourceAlphaThe field for thesourceAlpharecord component.private final SourceFactorBlendFunction.sourceColorThe field for thesourceColorrecord component.Methods in com.mojang.blaze3d.pipeline that return SourceFactorModifier and TypeMethodDescriptionBlendFunction.sourceAlpha()Returns the value of thesourceAlpharecord component.BlendFunction.sourceColor()Returns the value of thesourceColorrecord 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 SourceFactorReturns 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.