Uses of Enum Class
com.mojang.blaze3d.platform.DestFactor
Packages that use DestFactor
-
Uses of DestFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return DestFactorModifier and TypeMethodDescriptionstatic DestFactorReturns 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.Methods in com.mojang.blaze3d.platform with parameters of type DestFactor -
Uses of DestFactor in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as DestFactorModifier and TypeFieldDescriptionprivate final DestFactorBlendPrograms.destAlphaThe field for thedestAlpharecord component.private final DestFactorBlendPrograms.destColorThe field for thedestColorrecord component.Methods in net.minecraft.client.gl that return DestFactorModifier and TypeMethodDescriptionBlendPrograms.destAlpha()Returns the value of thedestAlpharecord component.BlendPrograms.destColor()Returns the value of thedestColorrecord component.Constructors in net.minecraft.client.gl with parameters of type DestFactorModifierConstructorDescriptionBlendPrograms(SourceFactor sourceFactor, DestFactor destFactor) BlendPrograms(SourceFactor sourceFactor, DestFactor destFactor, SourceFactor sourceFactor2, DestFactor destFactor2)