类 BandwidthDebugChart

java.lang.Object
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.client.gui.components.debugchart.BandwidthDebugChart

public class BandwidthDebugChart extends AbstractDebugChart
  • 字段详细资料

    • MIN_COLOR

      private static final int MIN_COLOR
      另请参阅:
    • MID_COLOR

      private static final int MID_COLOR
      另请参阅:
    • MAX_COLOR

      private static final int MAX_COLOR
      另请参阅:
    • KILOBYTE

      private static final int KILOBYTE
      另请参阅:
    • MEGABYTE

      private static final int MEGABYTE
      另请参阅:
    • CHART_TOP_VALUE

      private static final int CHART_TOP_VALUE
      另请参阅:
  • 构造器详细资料

    • BandwidthDebugChart

      public BandwidthDebugChart(Font p_298629_, SampleStorage p_328760_)
  • 方法详细资料

    • renderAdditionalLinesAndLabels

      protected void renderAdditionalLinesAndLabels(GuiGraphics p_298580_, int p_298671_, int p_301018_, int p_300317_)
      覆盖:
      renderAdditionalLinesAndLabels 在类中 AbstractDebugChart
    • drawLabeledLineAtValue

      private void drawLabeledLineAtValue(GuiGraphics p_297903_, int p_297652_, int p_298530_, int p_300952_, int p_298161_)
    • drawLineWithLabel

      private void drawLineWithLabel(GuiGraphics p_298208_, int p_300180_, int p_297727_, int p_299631_, String p_301319_)
    • toDisplayString

      protected String toDisplayString(double p_299768_)
      指定者:
      toDisplayString 在类中 AbstractDebugChart
    • toDisplayStringInternal

      private static String toDisplayStringInternal(double p_299142_)
    • getSampleHeight

      protected int getSampleHeight(double p_299298_)
      指定者:
      getSampleHeight 在类中 AbstractDebugChart
    • getSampleHeightInternal

      private static int getSampleHeightInternal(double p_298407_)
    • getSampleColor

      protected int getSampleColor(long p_297628_)
      指定者:
      getSampleColor 在类中 AbstractDebugChart
    • toBytesPerSecond

      private static double toBytesPerSecond(double p_298688_)