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$c
intermediary net/minecraft/class_1013$class_1016
named com/mojang/blaze3d/platform/GlStateManager$BooleanState
  • Field Details

    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl$c;a:I
      intermediary field_4340 Lnet/minecraft/class_1013$class_1016;field_4340:I
      named id Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;id:I
    • cachedState

      private boolean cachedState
      Mappings:
      Namespace Name Mixin selector
      official b Lbfl$c;b:Z
      intermediary field_4341 Lnet/minecraft/class_1013$class_1016;field_4341:Z
      named cachedState Lcom/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)V
      intermediary <init> Lnet/minecraft/class_1013$class_1016;<init>(I)V
      named <init> Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;<init>(I)V
  • Method Details

    • disable

      public void disable()
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl$c;a()V
      intermediary method_3465 Lnet/minecraft/class_1013$class_1016;method_3465()V
      named disable Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;disable()V
    • enable

      public void enable()
      Mappings:
      Namespace Name Mixin selector
      official b Lbfl$c;b()V
      intermediary method_3467 Lnet/minecraft/class_1013$class_1016;method_3467()V
      named enable Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;enable()V
    • setState

      public void setState​(boolean state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbfl$c;a(Z)V
      intermediary method_3466 Lnet/minecraft/class_1013$class_1016;method_3466(Z)V
      named setState Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;setState(Z)V