Class GlDebug

java.lang.Object
net.minecraft.client.gl.GlDebug

@Environment(CLIENT) public class GlDebug extends Object
Mappings:
Namespace Name
official dpe
intermediary net/minecraft/class_1008
named net/minecraft/client/gl/GlDebug
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Ldpe;a:Lorg/apache/logging/log4j/Logger;
      intermediary field_4921 Lnet/minecraft/class_1008;field_4921:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/client/gl/GlDebug;LOGGER:Lorg/apache/logging/log4j/Logger;
    • field_33669

      private static final int field_33669
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Ldpe;b:I
      intermediary field_33669 Lnet/minecraft/class_1008;field_33669:I
      named field_33669 Lnet/minecraft/client/gl/GlDebug;field_33669:I
    • field_33670

      private static final Queue<GlDebug.class_6359> field_33670
      Mappings:
      Namespace Name Mixin selector
      official c Ldpe;c:Ljava/util/Queue;
      intermediary field_33670 Lnet/minecraft/class_1008;field_33670:Ljava/util/Queue;
      named field_33670 Lnet/minecraft/client/gl/GlDebug;field_33670:Ljava/util/Queue;
    • field_33671

      @Nullable private static volatile @Nullable GlDebug.class_6359 field_33671
      Mappings:
      Namespace Name Mixin selector
      official d Ldpe;d:Ldpe$a;
      intermediary field_33671 Lnet/minecraft/class_1008;field_33671:Lnet/minecraft/class_1008$class_6359;
      named field_33671 Lnet/minecraft/client/gl/GlDebug;field_33671:Lnet/minecraft/client/gl/GlDebug$class_6359;
    • KHR_VERBOSITY_LEVELS

      private static final List<Integer> KHR_VERBOSITY_LEVELS
      Mappings:
      Namespace Name Mixin selector
      official e Ldpe;e:Ljava/util/List;
      intermediary field_4915 Lnet/minecraft/class_1008;field_4915:Ljava/util/List;
      named KHR_VERBOSITY_LEVELS Lnet/minecraft/client/gl/GlDebug;KHR_VERBOSITY_LEVELS:Ljava/util/List;
    • ARB_VERBOSITY_LEVELS

      private static final List<Integer> ARB_VERBOSITY_LEVELS
      Mappings:
      Namespace Name Mixin selector
      official f Ldpe;f:Ljava/util/List;
      intermediary field_4919 Lnet/minecraft/class_1008;field_4919:Ljava/util/List;
      named ARB_VERBOSITY_LEVELS Lnet/minecraft/client/gl/GlDebug;ARB_VERBOSITY_LEVELS:Ljava/util/List;
    • field_33672

      private static boolean field_33672
      Mappings:
      Namespace Name Mixin selector
      official g Ldpe;g:Z
      intermediary field_33672 Lnet/minecraft/class_1008;field_33672:Z
      named field_33672 Lnet/minecraft/client/gl/GlDebug;field_33672:Z
  • Constructor Details

    • GlDebug

      public GlDebug()
  • Method Details

    • unknown

      private static String unknown(int opcode)
      Mappings:
      Namespace Name Mixin selector
      official d Ldpe;d(I)Ljava/lang/String;
      intermediary method_4225 Lnet/minecraft/class_1008;method_4225(I)Ljava/lang/String;
      named unknown Lnet/minecraft/client/gl/GlDebug;unknown(I)Ljava/lang/String;
    • getSource

      public static String getSource(int opcode)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpe;a(I)Ljava/lang/String;
      intermediary method_4222 Lnet/minecraft/class_1008;method_4222(I)Ljava/lang/String;
      named getSource Lnet/minecraft/client/gl/GlDebug;getSource(I)Ljava/lang/String;
    • getType

      public static String getType(int opcode)
      Mappings:
      Namespace Name Mixin selector
      official b Ldpe;b(I)Ljava/lang/String;
      intermediary method_4228 Lnet/minecraft/class_1008;method_4228(I)Ljava/lang/String;
      named getType Lnet/minecraft/client/gl/GlDebug;getType(I)Ljava/lang/String;
    • getSeverity

      public static String getSeverity(int opcode)
      Mappings:
      Namespace Name Mixin selector
      official c Ldpe;c(I)Ljava/lang/String;
      intermediary method_4226 Lnet/minecraft/class_1008;method_4226(I)Ljava/lang/String;
      named getSeverity Lnet/minecraft/client/gl/GlDebug;getSeverity(I)Ljava/lang/String;
    • info

      private static void info(int source, int type, int id, int severity, int messageLength, long message, long long2)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpe;a(IIIIIJJ)V
      intermediary method_4224 Lnet/minecraft/class_1008;method_4224(IIIIIJJ)V
      named info Lnet/minecraft/client/gl/GlDebug;info(IIIIIJJ)V
    • method_36478

      public static List<String> method_36478()
      Mappings:
      Namespace Name Mixin selector
      official a Ldpe;a()Ljava/util/List;
      intermediary method_36478 Lnet/minecraft/class_1008;method_36478()Ljava/util/List;
      named method_36478 Lnet/minecraft/client/gl/GlDebug;method_36478()Ljava/util/List;
    • method_36479

      public static boolean method_36479()
      Mappings:
      Namespace Name Mixin selector
      official b Ldpe;b()Z
      intermediary method_36479 Lnet/minecraft/class_1008;method_36479()Z
      named method_36479 Lnet/minecraft/client/gl/GlDebug;method_36479()Z
    • enableDebug

      public static void enableDebug(int verbosity, boolean sync)
      Mappings:
      Namespace Name Mixin selector
      official a Ldpe;a(IZ)V
      intermediary method_4227 Lnet/minecraft/class_1008;method_4227(IZ)V
      named enableDebug Lnet/minecraft/client/gl/GlDebug;enableDebug(IZ)V