Class BandwidthDebugChart
java.lang.Object
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.client.gui.components.debugchart.BandwidthDebugChart
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intprivate static final intFields inherited from class net.minecraft.client.gui.components.debugchart.AbstractDebugChart
CHART_HEIGHT, COLOR_GREY, font, LINE_WIDTH, logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate voiddrawLabeledLineAtValue(GuiGraphics p_298765_, int p_298499_, int p_299090_, int p_299218_, int p_299096_) private voiddrawLineWithLabel(GuiGraphics p_298513_, int p_299197_, int p_298663_, int p_299258_, String p_298779_) protected intgetSampleColor(long p_298852_) protected intgetSampleHeight(double p_298596_) private static intgetSampleHeightInternal(double p_298204_) protected voidrenderAdditionalLinesAndLabels(GuiGraphics p_298777_, int p_298875_, int p_298575_, int p_298572_) private static doubletoBytesPerSecond(double p_298720_) protected StringtoDisplayString(double p_299213_) private static StringtoDisplayStringInternal(double p_299224_) Methods inherited from class net.minecraft.client.gui.components.debugchart.AbstractDebugChart
drawChart, drawStringWithShade, getSampleColor, getWidth 
- 
Field Details
- 
MIN_COLOR
private static final int MIN_COLOR- See Also:
 
 - 
MID_COLOR
private static final int MID_COLOR- See Also:
 
 - 
MAX_COLOR
private static final int MAX_COLOR- See Also:
 
 - 
KILOBYTE
private static final int KILOBYTE- See Also:
 
 - 
MEGABYTE
private static final int MEGABYTE- See Also:
 
 - 
CHART_TOP_VALUE
private static final int CHART_TOP_VALUE- See Also:
 
 
 - 
 - 
Constructor Details
- 
BandwidthDebugChart
 
 - 
 - 
Method Details
- 
renderAdditionalLinesAndLabels
protected void renderAdditionalLinesAndLabels(GuiGraphics p_298777_, int p_298875_, int p_298575_, int p_298572_) - Overrides:
 renderAdditionalLinesAndLabelsin classAbstractDebugChart
 - 
drawLabeledLineAtValue
private void drawLabeledLineAtValue(GuiGraphics p_298765_, int p_298499_, int p_299090_, int p_299218_, int p_299096_)  - 
drawLineWithLabel
private void drawLineWithLabel(GuiGraphics p_298513_, int p_299197_, int p_298663_, int p_299258_, String p_298779_)  - 
toDisplayString
- Specified by:
 toDisplayStringin classAbstractDebugChart
 - 
toDisplayStringInternal
 - 
getSampleHeight
protected int getSampleHeight(double p_298596_) - Specified by:
 getSampleHeightin classAbstractDebugChart
 - 
getSampleHeightInternal
private static int getSampleHeightInternal(double p_298204_)  - 
getSampleColor
protected int getSampleColor(long p_298852_) - Specified by:
 getSampleColorin classAbstractDebugChart
 - 
toBytesPerSecond
private static double toBytesPerSecond(double p_298720_)  
 -