net.minecraft.client.gui.components.debugchart

public class BandwidthDebugChart

extends AbstractDebugChart

eyv
net.minecraft.client.gui.components.debugchart.BandwidthDebugChart
net.minecraft.class_8756
net.minecraft.client.gui.hud.debug.PacketSizeChart
net.minecraft.src.C_290070_

Field summary

Modifier and TypeField
private static final int
f
MIN_COLOR
field_45920
field_45920
f_291018_
private static final int
g
MID_COLOR
field_45921
field_45921
f_291625_
private static final int
h
MAX_COLOR
field_45922
field_45922
f_291544_
private static final int
i
KILOBYTE
field_45923
field_45923
f_291267_
private static final int
j
MEGABYTE
field_45924
field_45924
f_291653_
private static final int
k
CHART_TOP_VALUE
field_45925
field_45925
f_291311_

Constructor summary

ModifierConstructor
public (Font p_299208_, SampleLogger arg1)

Method summary

Modifier and TypeMethod
protected void
a(ewu arg0, int arg1, int arg2, int arg3)
renderAdditionalLinesAndLabels(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_53473(class_332 arg0, int arg1, int arg2, int arg3)
renderThresholds(DrawContext arg0, int arg1, int arg2, int arg3)
m_293086_(C_279497_ p_298671_, int p_301018_, int p_300317_, int arg3)
private void
a(ewu arg0, int arg1, int arg2, int arg3, int arg4)
drawLabeledLineAtValue(GuiGraphics arg0, int arg1, int arg2, int arg3, int arg4)
method_53476(class_332 arg0, int arg1, int arg2, int arg3, int arg4)
drawSizeBar(DrawContext context, int x, int width, int height, int bytes)
m_292803_(C_279497_ p_297652_, int p_298530_, int p_300952_, int p_298161_, int arg4)
private void
a(ewu arg0, int arg1, int arg2, int arg3, String arg4)
drawLineWithLabel(GuiGraphics arg0, int arg1, int arg2, int arg3, String arg4)
method_53477(class_332 arg0, int arg1, int arg2, int arg3, String arg4)
drawSizeBar(DrawContext context, int x, int width, int y, String label)
m_295221_(C_279497_ p_300180_, int p_297727_, int p_299631_, int p_301319_, String arg4)
protected String
a(double arg0)
toDisplayString(double arg0)
method_53468(double arg0)
format(double arg0)
m_293688_(double arg0)
private static String
c(double arg0)
toDisplayStringInternal(double arg0)
method_53478(double arg0)
formatBytesPerSecond(double value)
m_292882_(double p_299142_)
protected int
b(double arg0)
getSampleHeight(double arg0)
method_53475(double arg0)
getHeight(double arg0)
m_292631_(double arg0)
private static int
d(double arg0)
getSampleHeightInternal(double arg0)
method_53479(double arg0)
calculateHeight(double value)
m_293471_(double p_298407_)
protected int
a(long arg0)
getSampleColor(long arg0)
method_53471(long arg0)
getColor(long arg0)
m_292871_(long arg0)
private static double
e(double arg0)
toBytesPerSecond(double arg0)
method_53480(double arg0)
toBytesPerSecond(double bytesPerTick)
m_294915_(double p_298688_)