net.minecraft.client.gui.hud.debug.chart

public class RenderingChart

extends DebugChart

net.minecraft.client.gui.components.debugchart.FpsDebugChart
net.minecraft.class_8757
net.minecraft.client.gui.hud.debug.chart.RenderingChart

Field summary

Modifier and TypeField
private static final int
CHART_TOP_FPS
field_45929
field_45929
private static final double
CHART_TOP_VALUE
field_45930
field_45930

Constructor summary

ModifierConstructor
public (TextRenderer font, MultiValueDebugSampleLog sampleStorage)

Method summary

Modifier and TypeMethod
protected void
extractAdditionalLinesAndLabels(GuiGraphicsExtractor graphics, int left, int width, int bottom)
method_53473(class_332 arg0, int arg1, int arg2, int arg3)
renderThresholds(DrawContext arg0, int arg1, int arg2, int arg3)
protected String
toDisplayString(double nanos)
method_53468(double arg0)
format(double arg0)
protected int
getSampleHeight(double nanos)
method_53475(double arg0)
getHeight(double arg0)
protected int
getSampleColor(long nanos)
method_53471(long arg0)
getColor(long arg0)
private static double
toMilliseconds(double nanos)
method_53481(double arg0)
toMillisecondsPerFrame(double nanosecondsPerFrame)