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 dkr$bintermediary net/minecraft/class_4493$class_1017named com/mojang/blaze3d/platform/GlStateManager$BlendFuncState
-
Field Summary
Fields Modifier and Type Field Description GlStateManager.CapabilityTrackercapStateintdstFactorAlphaintdstFactorRGBintsrcFactorAlphaintsrcFactorRGB -
Constructor Summary
Constructors Modifier Constructor Description privateBlendFuncState() -
Method Summary
-
Field Details
-
capState
- Mappings:
Namespace Name Mixin selector official aLdkr$b;a:Ldkr$c;intermediary field_5045Lnet/minecraft/class_4493$class_1017;field_5045:Lnet/minecraft/class_4493$class_1018;named capStateLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;capState:Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;
-
srcFactorRGB
public int srcFactorRGB- Mappings:
Namespace Name Mixin selector official bLdkr$b;b:Iintermediary field_5049Lnet/minecraft/class_4493$class_1017;field_5049:Inamed srcFactorRGBLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorRGB:I
-
dstFactorRGB
public int dstFactorRGB- Mappings:
Namespace Name Mixin selector official cLdkr$b;c:Iintermediary field_5048Lnet/minecraft/class_4493$class_1017;field_5048:Inamed dstFactorRGBLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorRGB:I
-
srcFactorAlpha
public int srcFactorAlpha- Mappings:
Namespace Name Mixin selector official dLdkr$b;d:Iintermediary field_5047Lnet/minecraft/class_4493$class_1017;field_5047:Inamed srcFactorAlphaLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;srcFactorAlpha:I
-
dstFactorAlpha
public int dstFactorAlpha- Mappings:
Namespace Name Mixin selector official eLdkr$b;e:Iintermediary field_5046Lnet/minecraft/class_4493$class_1017;field_5046:Inamed dstFactorAlphaLcom/mojang/blaze3d/platform/GlStateManager$BlendFuncState;dstFactorAlpha:I
-
-
Constructor Details
-
BlendFuncState
private BlendFuncState()
-