Package net.minecraft.client.gl
Class GlDebug
java.lang.Object
net.minecraft.client.gl.GlDebug
- Mappings:
Namespace Name named net/minecraft/client/gl/GlDebugintermediary net/minecraft/class_1008official fiv
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final Queue<GlDebug.DebugMessage> private @Nullable GlDebug.DebugMessageprivate static final Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableDebug(int verbosity, boolean sync, Set<String> set) static StringgetSeverity(int opcode) static StringgetSource(int opcode) static StringgetType(int opcode) private voidinfo(int int2, int int3, int int4, int int5, int int6, long long2, long long3) private static Stringunknown(int opcode)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/gl/GlDebug;LOGGER:Lorg/slf4j/Logger;intermediary field_4921Lnet/minecraft/class_1008;field_4921:Lorg/slf4j/Logger;official aLfiv;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_SIZELnet/minecraft/client/gl/GlDebug;DEBUG_MESSAGE_QUEUE_SIZE:Iintermediary field_33669Lnet/minecraft/class_1008;field_33669:Iofficial bLfiv;b:I
-
KHR_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector named KHR_VERBOSITY_LEVELSLnet/minecraft/client/gl/GlDebug;KHR_VERBOSITY_LEVELS:Ljava/util/List;intermediary field_4915Lnet/minecraft/class_1008;field_4915:Ljava/util/List;official eLfiv;e:Ljava/util/List;
-
ARB_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector named ARB_VERBOSITY_LEVELSLnet/minecraft/client/gl/GlDebug;ARB_VERBOSITY_LEVELS:Ljava/util/List;intermediary field_4919Lnet/minecraft/class_1008;field_4919:Ljava/util/List;official fLfiv;f:Ljava/util/List;
-
DEBUG_MESSAGES
- Mappings:
Namespace Name Mixin selector named DEBUG_MESSAGESLnet/minecraft/client/gl/GlDebug;DEBUG_MESSAGES:Ljava/util/Queue;intermediary field_33670Lnet/minecraft/class_1008;field_33670:Ljava/util/Queue;official cLfiv;c:Ljava/util/Queue;
-
lastDebugMessage
- Mappings:
Namespace Name Mixin selector named lastDebugMessageLnet/minecraft/client/gl/GlDebug;lastDebugMessage:Lnet/minecraft/client/gl/GlDebug$DebugMessage;intermediary field_33671Lnet/minecraft/class_1008;field_33671:Lnet/minecraft/class_1008$class_6359;official dLfiv;d:Lfiv$a;
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
unknown
- Mappings:
Namespace Name Mixin selector named unknownLnet/minecraft/client/gl/GlDebug;unknown(I)Ljava/lang/String;intermediary method_4225Lnet/minecraft/class_1008;method_4225(I)Ljava/lang/String;official dLfiv;d(I)Ljava/lang/String;
-
getSource
- Mappings:
Namespace Name Mixin selector named getSourceLnet/minecraft/client/gl/GlDebug;getSource(I)Ljava/lang/String;intermediary method_4222Lnet/minecraft/class_1008;method_4222(I)Ljava/lang/String;official aLfiv;a(I)Ljava/lang/String;
-
getType
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/client/gl/GlDebug;getType(I)Ljava/lang/String;intermediary method_4228Lnet/minecraft/class_1008;method_4228(I)Ljava/lang/String;official bLfiv;b(I)Ljava/lang/String;
-
getSeverity
- Mappings:
Namespace Name Mixin selector named getSeverityLnet/minecraft/client/gl/GlDebug;getSeverity(I)Ljava/lang/String;intermediary method_4226Lnet/minecraft/class_1008;method_4226(I)Ljava/lang/String;official cLfiv;c(I)Ljava/lang/String;
-
info
private void info(int int2, int int3, int int4, int int5, int int6, long long2, long long3) - Mappings:
Namespace Name Mixin selector named infoLnet/minecraft/client/gl/GlDebug;info(IIIIIJJ)Vintermediary method_4224Lnet/minecraft/class_1008;method_4224(IIIIIJJ)Vofficial aLfiv;a(IIIIIJJ)V
-
collectDebugMessages
- Mappings:
Namespace Name Mixin selector named collectDebugMessagesLnet/minecraft/client/gl/GlDebug;collectDebugMessages()Ljava/util/List;intermediary method_36478Lnet/minecraft/class_1008;method_36478()Ljava/util/List;official aLfiv;a()Ljava/util/List;
-
enableDebug
- Mappings:
Namespace Name Mixin selector named enableDebugLnet/minecraft/client/gl/GlDebug;enableDebug(IZLjava/util/Set;)Lnet/minecraft/client/gl/GlDebug;intermediary method_4227Lnet/minecraft/class_1008;method_4227(IZLjava/util/Set;)Lnet/minecraft/class_1008;official aLfiv;a(IZLjava/util/Set;)Lfiv;
-