Package com.mojang.blaze3d.platform
Class GlStateManager.BooleanState
java.lang.Object
com.mojang.blaze3d.platform.GlStateManager.BooleanState
- Enclosing class:
- GlStateManager
@Environment(CLIENT) static class GlStateManager.BooleanState extends Object
- Mappings:
Namespace Name official bfl$cintermediary net/minecraft/class_1013$class_1016named com/mojang/blaze3d/platform/GlStateManager$BooleanState
-
Field Summary
Fields Modifier and Type Field Description private booleancachedStateprivate intid -
Constructor Summary
Constructors Constructor Description BooleanState(int id) -
Method Summary
-
Field Details
-
id
private final int id- Mappings:
Namespace Name Mixin selector official aLbfl$c;a:Iintermediary field_4340Lnet/minecraft/class_1013$class_1016;field_4340:Inamed idLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;id:I
-
cachedState
private boolean cachedState- Mappings:
Namespace Name Mixin selector official bLbfl$c;b:Zintermediary field_4341Lnet/minecraft/class_1013$class_1016;field_4341:Znamed cachedStateLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;cachedState:Z
-
-
Constructor Details
-
BooleanState
public BooleanState(int id)- Mappings:
Namespace Name Mixin selector official <init>Lbfl$c;<init>(I)Vintermediary <init>Lnet/minecraft/class_1013$class_1016;<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 aLbfl$c;a()Vintermediary method_3465Lnet/minecraft/class_1013$class_1016;method_3465()Vnamed disableLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;disable()V
-
enable
public void enable()- Mappings:
Namespace Name Mixin selector official bLbfl$c;b()Vintermediary method_3467Lnet/minecraft/class_1013$class_1016;method_3467()Vnamed enableLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;enable()V
-
setState
public void setState(boolean state)- Mappings:
Namespace Name Mixin selector official aLbfl$c;a(Z)Vintermediary method_3466Lnet/minecraft/class_1013$class_1016;method_3466(Z)Vnamed setStateLcom/mojang/blaze3d/platform/GlStateManager$BooleanState;setState(Z)V
-