Package com.mojang.blaze3d.platform
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$bintermediary net/minecraft/class_1013$class_1015named com/mojang/blaze3d/platform/GlStateManager$BlendFuncState
-
Field Summary
Fields Modifier and Type Field Description GlStateManager.BooleanStatecapStateintdstFactorAlphaintdstFactorRGBintsrcFactorAlphaintsrcFactorRGB -
Constructor Summary
Constructors Modifier Constructor Description privateBlendFuncState() -
Method Summary
-
Field Details
-
capState
- Mappings:
Namespace Name Mixin selector official aLbfl$b;a:Lbfl$c;intermediary field_4335Lnet/minecraft/class_1013$class_1015;field_4335:Lnet/minecraft/class_1013$class_1016;named capStateLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;capState:Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;
-
srcFactorRGB
public int srcFactorRGB- Mappings:
Namespace Name Mixin selector official bLbfl$b;b:Iintermediary field_4336Lnet/minecraft/class_1013$class_1015;field_4336:Inamed srcFactorRGBLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorRGB:I
-
dstFactorRGB
public int dstFactorRGB- Mappings:
Namespace Name Mixin selector official cLbfl$b;c:Iintermediary field_4337Lnet/minecraft/class_1013$class_1015;field_4337:Inamed dstFactorRGBLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorRGB:I
-
srcFactorAlpha
public int srcFactorAlpha- Mappings:
Namespace Name Mixin selector official dLbfl$b;d:Iintermediary field_4338Lnet/minecraft/class_1013$class_1015;field_4338:Inamed srcFactorAlphaLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorAlpha:I
-
dstFactorAlpha
public int dstFactorAlpha- Mappings:
Namespace Name Mixin selector official eLbfl$b;e:Iintermediary field_4339Lnet/minecraft/class_1013$class_1015;field_4339:Inamed dstFactorAlphaLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorAlpha:I
-
-
Constructor Details
-
BlendFuncState
private BlendFuncState()
-