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