Package com.mojang.blaze3d.platform
Class GlStateManager.BooleanState
java.lang.Object
com.mojang.blaze3d.platform.GlStateManager.BooleanState
- Enclosing class:
- GlStateManager
- Mappings:
Namespace Name official bqg$cintermediary net/minecraft/class_2403$class_2406named com/mojang/blaze3d/platform/GlStateManager$BooleanState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private final int id- Mappings:
Namespace Name Mixin selector official aLbqg$c;a:Iintermediary field_10737Lnet/minecraft/class_2403$class_2406;field_10737:Inamed idLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;id:I
-
cachedState
private boolean cachedState- Mappings:
Namespace Name Mixin selector official bLbqg$c;b:Zintermediary field_10738Lnet/minecraft/class_2403$class_2406;field_10738:Znamed cachedStateLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;cachedState:Z
-
-
Constructor Details
-
BooleanState
public BooleanState(int id) - Mappings:
Namespace Name Mixin selector official <init>Lbqg$c;<init>(I)Vintermediary <init>Lnet/minecraft/class_2403$class_2406;<init>(I)Vnamed <init>Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;<init>(I)V
-
-
Method Details
-
disable
public void disable()- Mappings:
Namespace Name Mixin selector official aLbqg$c;a()Vintermediary method_9859Lnet/minecraft/class_2403$class_2406;method_9859()Vnamed disableLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;disable()V
-
enable
public void enable()- Mappings:
Namespace Name Mixin selector official bLbqg$c;b()Vintermediary method_9861Lnet/minecraft/class_2403$class_2406;method_9861()Vnamed enableLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;enable()V
-
setState
public void setState(boolean state) - Mappings:
Namespace Name Mixin selector official aLbqg$c;a(Z)Vintermediary method_9860Lnet/minecraft/class_2403$class_2406;method_9860(Z)Vnamed setStateLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;setState(Z)V
-