Class GlStateManager.CapabilityTracker

java.lang.Object
com.mojang.blaze3d.platform.GlStateManager.CapabilityTracker
Enclosing class:
GlStateManager

@Environment(CLIENT) private static class GlStateManager.CapabilityTracker extends Object
Mappings:
Namespace Name
official com/mojang/blaze3d/platform/GlStateManager$b
intermediary com/mojang/blaze3d/platform/GlStateManager$class_1018
named com/mojang/blaze3d/platform/GlStateManager$CapabilityTracker
  • Field Details

    • cap

      private final int cap
      Mappings:
      Namespace Name Mixin selector
      official a Lcom/mojang/blaze3d/platform/GlStateManager$b;a:I
      intermediary field_5050 Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;field_5050:I
      named cap Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;cap:I
    • state

      private boolean state
      Mappings:
      Namespace Name Mixin selector
      official b Lcom/mojang/blaze3d/platform/GlStateManager$b;b:Z
      intermediary field_5051 Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;field_5051:Z
      named state Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;state:Z
  • Constructor Details

    • CapabilityTracker

      public CapabilityTracker(int cap)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcom/mojang/blaze3d/platform/GlStateManager$b;<init>(I)V
      intermediary <init> Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;<init>(I)V
      named <init> Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;<init>(I)V
  • Method Details

    • disable

      public void disable()
      Mappings:
      Namespace Name Mixin selector
      official a Lcom/mojang/blaze3d/platform/GlStateManager$b;a()V
      intermediary method_4469 Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;method_4469()V
      named disable Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;disable()V
    • enable

      public void enable()
      Mappings:
      Namespace Name Mixin selector
      official b Lcom/mojang/blaze3d/platform/GlStateManager$b;b()V
      intermediary method_4471 Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;method_4471()V
      named enable Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;enable()V
    • setState

      public void setState(boolean state)
      Mappings:
      Namespace Name Mixin selector
      official a Lcom/mojang/blaze3d/platform/GlStateManager$b;a(Z)V
      intermediary method_4470 Lcom/mojang/blaze3d/platform/GlStateManager$class_1018;method_4470(Z)V
      named setState Lcom/mojang/blaze3d/platform/GlStateManager$CapabilityTracker;setState(Z)V