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 classprivate static classprivate static classFields in net.minecraft.client.gl declared as DebugLabelManagerModifier and TypeFieldDescriptionprivate final DebugLabelManagerGlBackend.debugLabelManagerprivate final DebugLabelManagerBufferManager.ARBBufferManager.labelerprivate final DebugLabelManagerBufferManager.DefaultBufferManager.labelerMethods in net.minecraft.client.gl that return DebugLabelManagerModifier and TypeMethodDescriptionstatic DebugLabelManagerDebugLabelManager.create(GLCapabilities capabilities, boolean debugEnabled, Set<String> usedCapabilities) GlBackend.getDebugLabelManager()Methods in net.minecraft.client.gl with parameters of type DebugLabelManagerModifier and TypeMethodDescriptionstatic BufferManagerBufferManager.create(GLCapabilities capabilities, DebugLabelManager labeler, Set<String> usedCapabilities) Constructors in net.minecraft.client.gl with parameters of type DebugLabelManagerModifierConstructorDescriptionARBBufferManager(DebugLabelManager labeler) DefaultBufferManager(DebugLabelManager labeler) protectedGlGpuBuffer(DebugLabelManager labeler, @Nullable Supplier<String> debugLabelSupplier, BufferType type, BufferUsage usage, int size, int id)