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

    • id

      private final int id
      Mappings:
      Namespace Name Mixin selector
      official a Lbnf$c;a:I
      intermediary field_10737 Lnet/minecraft/class_2403$class_2406;field_10737:I
      named id Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;id:I
    • cachedState

      private boolean cachedState
      Mappings:
      Namespace Name Mixin selector
      official b Lbnf$c;b:Z
      intermediary field_10738 Lnet/minecraft/class_2403$class_2406;field_10738: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> Lbnf$c;<init>(I)V
      intermediary <init> Lnet/minecraft/class_2403$class_2406;<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 Lbnf$c;a()V
      intermediary method_9859 Lnet/minecraft/class_2403$class_2406;method_9859()V
      named disable Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;disable()V
    • enable

      public void enable()
      Mappings:
      Namespace Name Mixin selector
      official b Lbnf$c;b()V
      intermediary method_9861 Lnet/minecraft/class_2403$class_2406;method_9861()V
      named enable Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;enable()V
    • setState

      public void setState(boolean state)
      Mappings:
      Namespace Name Mixin selector
      official a Lbnf$c;a(Z)V
      intermediary method_9860 Lnet/minecraft/class_2403$class_2406;method_9860(Z)V
      named setState Lcom/mojang/blaze3d/platform/GlStateManager$BooleanState;setState(Z)V