Uses of Class
net.minecraft.client.gl.DebugLabelManager
Packages that use DebugLabelManager
-
Uses of DebugLabelManager in net.minecraft.client.gl
Subclasses of DebugLabelManager in net.minecraft.client.glModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in net.minecraft.client.gl declared as DebugLabelManagerModifier and TypeFieldDescriptionprivate final DebugLabelManager
GlBackend.debugLabelManager
private final DebugLabelManager
VertexBufferManager.ARBVertexBufferManager.labeler
private final DebugLabelManager
VertexBufferManager.DefaultVertexBufferManager.labeler
Methods in net.minecraft.client.gl that return DebugLabelManagerModifier and TypeMethodDescriptionstatic DebugLabelManager
DebugLabelManager.create
(GLCapabilities capabilities, boolean debugEnabled, Set<String> usedCapabilities) GlBackend.getDebugLabelManager()
Methods in net.minecraft.client.gl with parameters of type DebugLabelManagerModifier and TypeMethodDescriptionstatic VertexBufferManager
VertexBufferManager.create
(GLCapabilities capabilities, DebugLabelManager labeler, Set<String> usedCapabilities) Constructors in net.minecraft.client.gl with parameters of type DebugLabelManager