Package net.minecraft.client.gl
Class GlDebug
java.lang.Object
net.minecraft.client.gl.GlDebug
- Mappings:
Namespace Name named net/minecraft/client/gl/GlDebug
intermediary net/minecraft/class_1008
official eys
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private static final Queue
<GlDebug.DebugMessage> private static boolean
private static @Nullable GlDebug.DebugMessage
private static final Logger
-
Constructor Summary
-
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) static boolean
private static String
unknown
(int opcode)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGER
Lnet/minecraft/client/gl/GlDebug;LOGGER:Lorg/slf4j/Logger;
intermediary field_4921
Lnet/minecraft/class_1008;field_4921:Lorg/slf4j/Logger;
official a
Leys;a:Lorg/slf4j/Logger;
-
DEBUG_MESSAGE_QUEUE_SIZE
private static final int DEBUG_MESSAGE_QUEUE_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named DEBUG_MESSAGE_QUEUE_SIZE
Lnet/minecraft/client/gl/GlDebug;DEBUG_MESSAGE_QUEUE_SIZE:I
intermediary field_33669
Lnet/minecraft/class_1008;field_33669:I
official b
Leys;b:I
-
DEBUG_MESSAGES
- Mappings:
Namespace Name Mixin selector named DEBUG_MESSAGES
Lnet/minecraft/client/gl/GlDebug;DEBUG_MESSAGES:Ljava/util/Queue;
intermediary field_33670
Lnet/minecraft/class_1008;field_33670:Ljava/util/Queue;
official c
Leys;c:Ljava/util/Queue;
-
lastDebugMessage
- Mappings:
Namespace Name Mixin selector named lastDebugMessage
Lnet/minecraft/client/gl/GlDebug;lastDebugMessage:Lnet/minecraft/client/gl/GlDebug$DebugMessage;
intermediary field_33671
Lnet/minecraft/class_1008;field_33671:Lnet/minecraft/class_1008$class_6359;
official d
Leys;d:Leys$a;
-
KHR_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector named KHR_VERBOSITY_LEVELS
Lnet/minecraft/client/gl/GlDebug;KHR_VERBOSITY_LEVELS:Ljava/util/List;
intermediary field_4915
Lnet/minecraft/class_1008;field_4915:Ljava/util/List;
official e
Leys;e:Ljava/util/List;
-
ARB_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector named ARB_VERBOSITY_LEVELS
Lnet/minecraft/client/gl/GlDebug;ARB_VERBOSITY_LEVELS:Ljava/util/List;
intermediary field_4919
Lnet/minecraft/class_1008;field_4919:Ljava/util/List;
official f
Leys;f:Ljava/util/List;
-
debugMessageEnabled
private static boolean debugMessageEnabled- Mappings:
Namespace Name Mixin selector named debugMessageEnabled
Lnet/minecraft/client/gl/GlDebug;debugMessageEnabled:Z
intermediary field_33672
Lnet/minecraft/class_1008;field_33672:Z
official g
Leys;g:Z
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
unknown
- Mappings:
Namespace Name Mixin selector named unknown
Lnet/minecraft/client/gl/GlDebug;unknown(I)Ljava/lang/String;
intermediary method_4225
Lnet/minecraft/class_1008;method_4225(I)Ljava/lang/String;
official d
Leys;d(I)Ljava/lang/String;
-
getSource
- Mappings:
Namespace Name Mixin selector named getSource
Lnet/minecraft/client/gl/GlDebug;getSource(I)Ljava/lang/String;
intermediary method_4222
Lnet/minecraft/class_1008;method_4222(I)Ljava/lang/String;
official a
Leys;a(I)Ljava/lang/String;
-
getType
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/client/gl/GlDebug;getType(I)Ljava/lang/String;
intermediary method_4228
Lnet/minecraft/class_1008;method_4228(I)Ljava/lang/String;
official b
Leys;b(I)Ljava/lang/String;
-
getSeverity
- Mappings:
Namespace Name Mixin selector named getSeverity
Lnet/minecraft/client/gl/GlDebug;getSeverity(I)Ljava/lang/String;
intermediary method_4226
Lnet/minecraft/class_1008;method_4226(I)Ljava/lang/String;
official c
Leys;c(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 named info
Lnet/minecraft/client/gl/GlDebug;info(IIIIIJJ)V
intermediary method_4224
Lnet/minecraft/class_1008;method_4224(IIIIIJJ)V
official a
Leys;a(IIIIIJJ)V
-
collectDebugMessages
- Mappings:
Namespace Name Mixin selector named collectDebugMessages
Lnet/minecraft/client/gl/GlDebug;collectDebugMessages()Ljava/util/List;
intermediary method_36478
Lnet/minecraft/class_1008;method_36478()Ljava/util/List;
official a
Leys;a()Ljava/util/List;
-
isDebugMessageEnabled
public static boolean isDebugMessageEnabled()- Mappings:
Namespace Name Mixin selector named isDebugMessageEnabled
Lnet/minecraft/client/gl/GlDebug;isDebugMessageEnabled()Z
intermediary method_36479
Lnet/minecraft/class_1008;method_36479()Z
official b
Leys;b()Z
-
enableDebug
public static void enableDebug(int verbosity, boolean sync) - Mappings:
Namespace Name Mixin selector named enableDebug
Lnet/minecraft/client/gl/GlDebug;enableDebug(IZ)V
intermediary method_4227
Lnet/minecraft/class_1008;method_4227(IZ)V
official a
Leys;a(IZ)V
-