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