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 - fen
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final Queue<GlDebug.DebugMessage> private static booleanprivate static @Nullable GlDebug.DebugMessageprivate static final Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidenableDebug(int verbosity, boolean sync) static StringgetSeverity(int opcode) static StringgetSource(int opcode) static StringgetType(int opcode) private static voidinfo(int source, int type, int id, int severity, int messageLength, long message, long long2) static booleanprivate static Stringunknown(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- Lfen;a:Lorg/slf4j/Logger;
 
- 
DEBUG_MESSAGE_QUEUE_SIZEprivate 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- Lfen;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- Lfen;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- Lfen;d:Lfen$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- Lfen;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- Lfen;f:Ljava/util/List;
 
- 
debugMessageEnabledprivate 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- Lfen;g:Z
 
 
- 
- 
Constructor Details- 
GlDebugpublic 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- Lfen;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- Lfen;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- Lfen;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- Lfen;c(I)Ljava/lang/String;
 
- 
infoprivate 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- Lfen;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- Lfen;a()Ljava/util/List;
 
- 
isDebugMessageEnabledpublic 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- Lfen;b()Z
 
- 
enableDebugpublic 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- Lfen;a(IZ)V
 
 
-