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 fje
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private final Queue
<GlDebug.DebugMessage> private @Nullable GlDebug.DebugMessage
private static final Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableDebug
(int verbosity, boolean sync, Set<String> usedGlCaps) static String
getSeverity
(int opcode) static String
getSource
(int opcode) static String
getType
(int opcode) private void
onDebugMessage
(int source, int type, int id, int severity, int length, long message, long long2) 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
Lfje;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
Lfje;b:I
-
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
Lfje;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
Lfje;f:Ljava/util/List;
-
debugMessages
- Mappings:
Namespace Name Mixin selector named debugMessages
Lnet/minecraft/client/gl/GlDebug;debugMessages:Ljava/util/Queue;
intermediary field_33670
Lnet/minecraft/class_1008;field_33670:Ljava/util/Queue;
official c
Lfje;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
Lfje;d:Lfje$a;
-
-
Constructor Details
-
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
Lfje;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
Lfje;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
Lfje;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
Lfje;c(I)Ljava/lang/String;
-
onDebugMessage
private void onDebugMessage(int source, int type, int id, int severity, int length, long message, long long2) - Mappings:
Namespace Name Mixin selector named onDebugMessage
Lnet/minecraft/client/gl/GlDebug;onDebugMessage(IIIIIJJ)V
intermediary method_4224
Lnet/minecraft/class_1008;method_4224(IIIIIJJ)V
official a
Lfje;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
Lfje;a()Ljava/util/List;
-
enableDebug
@Nullable public static @Nullable GlDebug enableDebug(int verbosity, boolean sync, Set<String> usedGlCaps) - Mappings:
Namespace Name Mixin selector named enableDebug
Lnet/minecraft/client/gl/GlDebug;enableDebug(IZLjava/util/Set;)Lnet/minecraft/client/gl/GlDebug;
intermediary method_4227
Lnet/minecraft/class_1008;method_4227(IZLjava/util/Set;)Lnet/minecraft/class_1008;
official a
Lfje;a(IZLjava/util/Set;)Lfje;
-