Class GlStateManager.BlendFuncState

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

@Environment(CLIENT)
static class GlStateManager.BlendFuncState
extends Object
Mappings:
Namespace Name
official bfl$b
intermediary net/minecraft/class_1013$class_1015
named com/mojang/blaze3d/platform/GlStateManager$BlendFuncState
  • Field Details

    • capState

      public GlStateManager.BooleanState capState
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl$b;a:Lbfl$c;
      intermediary field_4335 Lnet/minecraft/class_1013$class_1015;field_4335:Lnet/minecraft/class_1013$class_1016;
      named capState Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;capState:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
    • srcFactorRGB

      public int srcFactorRGB
      Mappings:
      Namespace Name Mixin selector
      official b Lbfl$b;b:I
      intermediary field_4336 Lnet/minecraft/class_1013$class_1015;field_4336:I
      named srcFactorRGB Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorRGB:I
    • dstFactorRGB

      public int dstFactorRGB
      Mappings:
      Namespace Name Mixin selector
      official c Lbfl$b;c:I
      intermediary field_4337 Lnet/minecraft/class_1013$class_1015;field_4337:I
      named dstFactorRGB Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorRGB:I
    • srcFactorAlpha

      public int srcFactorAlpha
      Mappings:
      Namespace Name Mixin selector
      official d Lbfl$b;d:I
      intermediary field_4338 Lnet/minecraft/class_1013$class_1015;field_4338:I
      named srcFactorAlpha Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorAlpha:I
    • dstFactorAlpha

      public int dstFactorAlpha
      Mappings:
      Namespace Name Mixin selector
      official e Lbfl$b;e:I
      intermediary field_4339 Lnet/minecraft/class_1013$class_1015;field_4339:I
      named dstFactorAlpha Lcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorAlpha:I
  • Constructor Details

    • BlendFuncState

      private BlendFuncState()