Package net.minecraft.client.gl
Class GlDebug
java.lang.Object
net.minecraft.client.gl.GlDebug
@Environment(CLIENT) public class GlDebug extends Object
- Mappings:
Namespace Name official dkq
intermediary net/minecraft/class_1008
named net/minecraft/client/gl/GlDebug
-
Field Summary
Fields Modifier and Type Field Description private static List<Integer>
ARB_VERBOSITY_LEVELS
protected static ByteBuffer
byteBuffer
private static Map<Integer,String>
CONSTANTS
private static Map<String,List<String>>
field_4923
protected static FloatBuffer
floatBuffer
protected static IntBuffer
intBuffer
private static List<Integer>
KHR_VERBOSITY_LEVELS
private static Logger
LOGGER
private static Joiner
NEWLINE_JOINER
private static Joiner
SEMICOLON_JOINER
-
Constructor Summary
Constructors Constructor Description GlDebug()
-
Method Summary
Modifier and Type Method Description static 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 void
registerConstant(int constant, String description)
private static String
unknown(int opcode)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official d
Ldkq;d: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;
-
byteBuffer
- Mappings:
Namespace Name Mixin selector official a
Ldkq;a:Ljava/nio/ByteBuffer;
intermediary field_4924
Lnet/minecraft/class_1008;field_4924:Ljava/nio/ByteBuffer;
named byteBuffer
Lnet/minecraft/client/gl/GlDebug;byteBuffer:Ljava/nio/ByteBuffer;
-
floatBuffer
- Mappings:
Namespace Name Mixin selector official b
Ldkq;b:Ljava/nio/FloatBuffer;
intermediary field_4916
Lnet/minecraft/class_1008;field_4916:Ljava/nio/FloatBuffer;
named floatBuffer
Lnet/minecraft/client/gl/GlDebug;floatBuffer:Ljava/nio/FloatBuffer;
-
intBuffer
- Mappings:
Namespace Name Mixin selector official c
Ldkq;c:Ljava/nio/IntBuffer;
intermediary field_4917
Lnet/minecraft/class_1008;field_4917:Ljava/nio/IntBuffer;
named intBuffer
Lnet/minecraft/client/gl/GlDebug;intBuffer:Ljava/nio/IntBuffer;
-
NEWLINE_JOINER
- Mappings:
Namespace Name Mixin selector official e
Ldkq;e:Lcom/google/common/base/Joiner;
intermediary field_4920
Lnet/minecraft/class_1008;field_4920:Lcom/google/common/base/Joiner;
named NEWLINE_JOINER
Lnet/minecraft/client/gl/GlDebug;NEWLINE_JOINER:Lcom/google/common/base/Joiner;
-
SEMICOLON_JOINER
- Mappings:
Namespace Name Mixin selector official f
Ldkq;f:Lcom/google/common/base/Joiner;
intermediary field_4918
Lnet/minecraft/class_1008;field_4918:Lcom/google/common/base/Joiner;
named SEMICOLON_JOINER
Lnet/minecraft/client/gl/GlDebug;SEMICOLON_JOINER:Lcom/google/common/base/Joiner;
-
CONSTANTS
- Mappings:
Namespace Name Mixin selector official g
Ldkq;g:Ljava/util/Map;
intermediary field_4922
Lnet/minecraft/class_1008;field_4922:Ljava/util/Map;
named CONSTANTS
Lnet/minecraft/client/gl/GlDebug;CONSTANTS:Ljava/util/Map;
-
KHR_VERBOSITY_LEVELS
- Mappings:
Namespace Name Mixin selector official h
Ldkq;h: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 i
Ldkq;i: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;
-
field_4923
- Mappings:
Namespace Name Mixin selector official j
Ldkq;j:Ljava/util/Map;
intermediary field_4923
Lnet/minecraft/class_1008;field_4923:Ljava/util/Map;
named field_4923
Lnet/minecraft/client/gl/GlDebug;field_4923:Ljava/util/Map;
-
-
Constructor Details
-
GlDebug
public GlDebug()
-
-
Method Details
-
unknown
- Mappings:
Namespace Name Mixin selector official d
Ldkq;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
Ldkq;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
Ldkq;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
Ldkq;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
Ldkq;a(IIIIIJJ)V
intermediary method_4224
Lnet/minecraft/class_1008;method_4224(IIIIIJJ)V
named info
Lnet/minecraft/client/gl/GlDebug;info(IIIIIJJ)V
-
registerConstant
- Mappings:
Namespace Name Mixin selector official a
Ldkq;a(ILjava/lang/String;)V
intermediary method_4223
Lnet/minecraft/class_1008;method_4223(ILjava/lang/String;)V
named registerConstant
Lnet/minecraft/client/gl/GlDebug;registerConstant(ILjava/lang/String;)V
-
enableDebug
public static void enableDebug(int verbosity, boolean sync)- Mappings:
Namespace Name Mixin selector official a
Ldkq;a(IZ)V
intermediary method_4227
Lnet/minecraft/class_1008;method_4227(IZ)V
named enableDebug
Lnet/minecraft/client/gl/GlDebug;enableDebug(IZ)V
-