Package net.minecraft.client.gl
Class DebugLabelManager
java.lang.Object
net.minecraft.client.gl.DebugLabelManager
- Direct Known Subclasses:
DebugLabelManager.EXTDebugLabelManager,DebugLabelManager.KHRDebugLabelManager,DebugLabelManager.NoOpDebugLabelManager
- Mappings:
Namespace Name named net/minecraft/client/gl/DebugLabelManagerintermediary net/minecraft/class_10861official frw
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DebugLabelManagercreate(GLCapabilities capabilities, boolean debugEnabled, Set<String> usedCapabilities) booleanisUsable()voidvoidlabelCompiledShader(CompiledShader shader) voidlabelGlGpuBuffer(GlGpuBuffer buffer) voidlabelGlTexture(GlTexture texture) voidlabelShaderProgram(ShaderProgram program) voidvoidpushDebugGroup(Supplier<String> labelGetter)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/gl/DebugLabelManager;LOGGER:Lorg/slf4j/Logger;intermediary field_57851Lnet/minecraft/class_10861;field_57851:Lorg/slf4j/Logger;official aLfrw;a:Lorg/slf4j/Logger;
-
-
Constructor Details
-
DebugLabelManager
public DebugLabelManager()
-
-
Method Details
-
labelGlGpuBuffer
- Mappings:
Namespace Name Mixin selector named labelGlGpuBufferLnet/minecraft/client/gl/DebugLabelManager;labelGlGpuBuffer(Lnet/minecraft/client/gl/GlGpuBuffer;)Vintermediary method_68371Lnet/minecraft/class_10861;method_68371(Lnet/minecraft/class_10859;)Vofficial aLfrw;a(Lfrt;)V
-
labelGlTexture
- Mappings:
Namespace Name Mixin selector named labelGlTextureLnet/minecraft/client/gl/DebugLabelManager;labelGlTexture(Lnet/minecraft/client/texture/GlTexture;)Vintermediary method_68374Lnet/minecraft/class_10861;method_68374(Lnet/minecraft/class_10868;)Vofficial aLfrw;a(Lfsd;)V
-
labelCompiledShader
- Mappings:
Namespace Name Mixin selector named labelCompiledShaderLnet/minecraft/client/gl/DebugLabelManager;labelCompiledShader(Lnet/minecraft/client/gl/CompiledShader;)Vintermediary method_68373Lnet/minecraft/class_10861;method_68373(Lnet/minecraft/class_10141;)Vofficial aLfrw;a(Lfsc;)V
-
labelShaderProgram
- Mappings:
Namespace Name Mixin selector named labelShaderProgramLnet/minecraft/client/gl/DebugLabelManager;labelShaderProgram(Lnet/minecraft/client/gl/ShaderProgram;)Vintermediary method_68372Lnet/minecraft/class_10861;method_68372(Lnet/minecraft/class_5944;)Vofficial aLfrw;a(Lfrz;)V
-
labelAllocatedBuffer
- Mappings:
Namespace Name Mixin selector named labelAllocatedBufferLnet/minecraft/client/gl/DebugLabelManager;labelAllocatedBuffer(Lnet/minecraft/client/gl/VertexBufferManager$AllocatedBuffer;)Vintermediary method_68375Lnet/minecraft/class_10861;method_68375(Lnet/minecraft/class_10869$class_10872;)Vofficial aLfrw;a(Lfsg$c;)V
-
pushDebugGroup
- Mappings:
Namespace Name Mixin selector named pushDebugGroupLnet/minecraft/client/gl/DebugLabelManager;pushDebugGroup(Ljava/util/function/Supplier;)Vintermediary method_71166Lnet/minecraft/class_10861;method_71166(Ljava/util/function/Supplier;)Vofficial aLfrw;a(Ljava/util/function/Supplier;)V
-
popDebugGroup
public void popDebugGroup()- Mappings:
Namespace Name Mixin selector named popDebugGroupLnet/minecraft/client/gl/DebugLabelManager;popDebugGroup()Vintermediary method_71165Lnet/minecraft/class_10861;method_71165()Vofficial aLfrw;a()V
-
create
public static DebugLabelManager create(GLCapabilities capabilities, boolean debugEnabled, Set<String> usedCapabilities) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/client/gl/DebugLabelManager;create(Lorg/lwjgl/opengl/GLCapabilities;ZLjava/util/Set;)Lnet/minecraft/client/gl/DebugLabelManager;intermediary method_68376Lnet/minecraft/class_10861;method_68376(Lorg/lwjgl/opengl/GLCapabilities;ZLjava/util/Set;)Lnet/minecraft/class_10861;official aLfrw;a(Lorg/lwjgl/opengl/GLCapabilities;ZLjava/util/Set;)Lfrw;
-
isUsable
public boolean isUsable()- Mappings:
Namespace Name Mixin selector named isUsableLnet/minecraft/client/gl/DebugLabelManager;isUsable()Zintermediary method_68370Lnet/minecraft/class_10861;method_68370()Zofficial bLfrw;b()Z
-