类 PingDebugChart
java.lang.Object
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.client.gui.components.debugchart.PingDebugChart
-
字段概要
字段从类继承的字段 net.minecraft.client.gui.components.debugchart.AbstractDebugChart
CHART_HEIGHT, COLOR_GREY, font, LINE_WIDTH, sampleStorage
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected int
getSampleColor
(long p_299219_) protected int
getSampleHeight
(double p_301040_) protected void
renderAdditionalLinesAndLabels
(GuiGraphics p_298086_, int p_300322_, int p_299063_, int p_299018_) protected String
toDisplayString
(double p_297770_) 从类继承的方法 net.minecraft.client.gui.components.debugchart.AbstractDebugChart
drawAdditionalDimensions, drawChart, drawDimensions, drawMainDimension, drawStringWithShade, getFullHeight, getSampleColor, getValueForAggregation, getWidth
-
字段详细资料
-
CHART_TOP_VALUE
private static final int CHART_TOP_VALUE- 另请参阅:
-
-
构造器详细资料
-
PingDebugChart
-
-
方法详细资料
-
renderAdditionalLinesAndLabels
protected void renderAdditionalLinesAndLabels(GuiGraphics p_298086_, int p_300322_, int p_299063_, int p_299018_) -
toDisplayString
- 指定者:
toDisplayString
在类中AbstractDebugChart
-
getSampleHeight
protected int getSampleHeight(double p_301040_) - 指定者:
getSampleHeight
在类中AbstractDebugChart
-
getSampleColor
protected int getSampleColor(long p_299219_) - 指定者:
getSampleColor
在类中AbstractDebugChart
-