Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.DstFactor
Packages that use GlStateManager.DstFactor
-
Uses of GlStateManager.DstFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.DstFactorModifier and TypeMethodDescriptionstatic GlStateManager.DstFactorReturns the enum constant of this class with the specified name.static GlStateManager.DstFactor[]GlStateManager.DstFactor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlStateManager.DstFactor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.DstFactorModifier and TypeMethodDescriptionstatic voidRenderSystem.blendFuncSeparate(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcFactor2, GlStateManager.DstFactor dstFactor2) -
Uses of GlStateManager.DstFactor in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as GlStateManager.DstFactorModifier and TypeFieldDescriptionprivate final GlStateManager.DstFactorBlendPrograms.destAlphaThe field for thedestAlpharecord component.private final GlStateManager.DstFactorBlendPrograms.destColorThe field for thedestColorrecord component.Methods in net.minecraft.client.gl that return GlStateManager.DstFactorModifier 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 GlStateManager.DstFactorModifierConstructorDescriptionBlendPrograms(GlStateManager.SrcFactor source, GlStateManager.DstFactor dest) BlendPrograms(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcFactor2, GlStateManager.DstFactor dstFactor2)