Package net.minecraft.client.gl
Class GlDebug
java.lang.Object
net.minecraft.client.gl.GlDebug
- Mappings:
Namespace Name official dod
intermediary net/minecraft/class_1008
named net/minecraft/client/gl/GlDebug
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
enableDebug(int verbosity, boolean sync)
static String
getSeverity(int opcode)
static String
getSource(int opcode)
static String
getType(int opcode)
private static void
info(int source, int type, int id, int severity, int messageLength, long message, long long2)
private static String
unknown(int opcode)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Ldod;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;
-
KHR_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector official b
Ldod;b: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
- Mappings:
Namespace Name Mixin selector official c
Ldod;c: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;
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
unknown
- Mappings:
Namespace Name Mixin selector official d
Ldod;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
- Mappings:
Namespace Name Mixin selector official a
Ldod;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
- Mappings:
Namespace Name Mixin selector official b
Ldod;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
- Mappings:
Namespace Name Mixin selector official c
Ldod;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
Ldod;a(IIIIIJJ)V
intermediary method_4224
Lnet/minecraft/class_1008;method_4224(IIIIIJJ)V
named info
Lnet/minecraft/client/gl/GlDebug;info(IIIIIJJ)V
-
enableDebug
public static void enableDebug(int verbosity, boolean sync)- Mappings:
Namespace Name Mixin selector official a
Ldod;a(IZ)V
intermediary method_4227
Lnet/minecraft/class_1008;method_4227(IZ)V
named enableDebug
Lnet/minecraft/client/gl/GlDebug;enableDebug(IZ)V
-