Uses of Enum Class
com.mojang.blaze3d.platform.SourceFactor
Packages that use SourceFactor
-
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.Methods in com.mojang.blaze3d.platform with parameters of type SourceFactor -
Uses of SourceFactor in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as SourceFactorModifier and TypeFieldDescriptionprivate final SourceFactorBlendPrograms.sourceAlphaThe field for thesourceAlpharecord component.private final SourceFactorBlendPrograms.sourceColorThe field for thesourceColorrecord component.Methods in net.minecraft.client.gl that return SourceFactorModifier and TypeMethodDescriptionBlendPrograms.sourceAlpha()Returns the value of thesourceAlpharecord component.BlendPrograms.sourceColor()Returns the value of thesourceColorrecord component.Constructors in net.minecraft.client.gl with parameters of type SourceFactorModifierConstructorDescriptionBlendPrograms(SourceFactor sourceFactor, DestFactor destFactor) BlendPrograms(SourceFactor sourceFactor, DestFactor destFactor, SourceFactor sourceFactor2, DestFactor destFactor2)