Class GlStateManager.BlendFuncState

java.lang.Object
com.mojang.blaze3d.platform.GlStateManager.BlendFuncState
Enclosing class:
GlStateManager

@Environment(CLIENT) private static class GlStateManager.BlendFuncState extends Object
Mappings:
Namespace Name
official com/mojang/blaze3d/platform/GlStateManager$a
intermediary com/mojang/blaze3d/platform/GlStateManager$class_1017
named com/mojang/blaze3d/platform/GlStateManager$BlendFuncState
  • Field Details

    • capState

      public final GlStateManager.CapabilityTracker capState
      Mappings:
      Namespace Name Mixin selector
      official a Lcom/mojang/blaze3d/platform/GlStateManager$a;a:Lcom/mojang/blaze3d/platform/GlStateManager$b;
      intermediary field_5045 Lcom/mojang/blaze3d/platform/GlStateManager$class_1017;field_5045:Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;
      named capState Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;capState:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
    • srcFactorRGB

      public int srcFactorRGB
      Mappings:
      Namespace Name Mixin selector
      official b Lcom/mojang/blaze3d/platform/GlStateManager$a;b:I
      intermediary field_5049 Lcom/mojang/blaze3d/platform/GlStateManager$class_1017;field_5049:I
      named srcFactorRGB Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorRGB:I
    • dstFactorRGB

      public int dstFactorRGB
      Mappings:
      Namespace Name Mixin selector
      official c Lcom/mojang/blaze3d/platform/GlStateManager$a;c:I
      intermediary field_5048 Lcom/mojang/blaze3d/platform/GlStateManager$class_1017;field_5048:I
      named dstFactorRGB Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorRGB:I
    • srcFactorAlpha

      public int srcFactorAlpha
      Mappings:
      Namespace Name Mixin selector
      official d Lcom/mojang/blaze3d/platform/GlStateManager$a;d:I
      intermediary field_5047 Lcom/mojang/blaze3d/platform/GlStateManager$class_1017;field_5047:I
      named srcFactorAlpha Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorAlpha:I
    • dstFactorAlpha

      public int dstFactorAlpha
      Mappings:
      Namespace Name Mixin selector
      official e Lcom/mojang/blaze3d/platform/GlStateManager$a;e:I
      intermediary field_5046 Lcom/mojang/blaze3d/platform/GlStateManager$class_1017;field_5046:I
      named dstFactorAlpha Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorAlpha:I
  • Constructor Details

    • BlendFuncState

      BlendFuncState()