Class TickChart

java.lang.Object
net.minecraft.client.gui.hud.debug.DebugChart
net.minecraft.client.gui.hud.debug.TickChart

@Environment(CLIENT) public class TickChart extends DebugChart
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/debug/TickChart
intermediary net/minecraft/class_8759
official fiz
  • Field Details

    • field_45935

      private static final int field_45935
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_45935 Lnet/minecraft/client/gui/hud/debug/TickChart;field_45935:I
      intermediary field_45935 Lnet/minecraft/class_8759;field_45935:I
      official f Lfiz;f:I
    • field_45936

      private static final int field_45936
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_45936 Lnet/minecraft/client/gui/hud/debug/TickChart;field_45936:I
      intermediary field_45936 Lnet/minecraft/class_8759;field_45936:I
      official g Lfiz;g:I
    • field_45937

      private static final int field_45937
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_45937 Lnet/minecraft/client/gui/hud/debug/TickChart;field_45937:I
      intermediary field_45937 Lnet/minecraft/class_8759;field_45937:I
      official h Lfiz;h:I
    • field_48763

      private static final int field_48763
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_48763 Lnet/minecraft/client/gui/hud/debug/TickChart;field_48763:I
      intermediary field_48763 Lnet/minecraft/class_8759;field_48763:I
      official i Lfiz;i:I
    • field_48764

      private static final int field_48764
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_48764 Lnet/minecraft/client/gui/hud/debug/TickChart;field_48764:I
      intermediary field_48764 Lnet/minecraft/class_8759;field_48764:I
      official j Lfiz;j:I
    • field_48765

      private static final int field_48765
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_48765 Lnet/minecraft/client/gui/hud/debug/TickChart;field_48765:I
      intermediary field_48765 Lnet/minecraft/class_8759;field_48765:I
      official k Lfiz;k:I
    • millisPerTickSupplier

      private final Supplier<Float> millisPerTickSupplier
      Mappings:
      Namespace Name Mixin selector
      named millisPerTickSupplier Lnet/minecraft/client/gui/hud/debug/TickChart;millisPerTickSupplier:Ljava/util/function/Supplier;
      intermediary field_47117 Lnet/minecraft/class_8759;field_47117:Ljava/util/function/Supplier;
      official l Lfiz;l:Ljava/util/function/Supplier;
  • Constructor Details

    • TickChart

      public TickChart(TextRenderer textRenderer, MultiValueDebugSampleLog log, Supplier<Float> millisPerTickSupplier)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/hud/debug/TickChart;<init>(Lnet/minecraft/client/font/TextRenderer;Lnet/minecraft/util/profiler/log/MultiValueDebugSampleLog;Ljava/util/function/Supplier;)V
      intermediary <init> Lnet/minecraft/class_8759;<init>(Lnet/minecraft/class_327;Lnet/minecraft/class_9194;Ljava/util/function/Supplier;)V
      official <init> Lfiz;<init>(Lfgr;Lbma;Ljava/util/function/Supplier;)V
  • Method Details

    • renderThresholds

      protected void renderThresholds(DrawContext context, int x, int width, int height)
      Overrides:
      renderThresholds in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named renderThresholds Lnet/minecraft/client/gui/hud/debug/DebugChart;renderThresholds(Lnet/minecraft/client/gui/DrawContext;III)V
      intermediary method_53473 Lnet/minecraft/class_8755;method_53473(Lnet/minecraft/class_332;III)V
      official d Lfiv;d(Lfgt;III)V
    • drawOverlayBar

      protected void drawOverlayBar(DrawContext context, int y, int x, int index)
      Overrides:
      drawOverlayBar in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named drawOverlayBar Lnet/minecraft/client/gui/hud/debug/DebugChart;drawOverlayBar(Lnet/minecraft/client/gui/DrawContext;III)V
      intermediary method_56581 Lnet/minecraft/class_8755;method_56581(Lnet/minecraft/class_332;III)V
      official c Lfiv;c(Lfgt;III)V
    • get

      protected long get(int index)
      Overrides:
      get in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/client/gui/hud/debug/DebugChart;get(I)J
      intermediary method_56579 Lnet/minecraft/class_8755;method_56579(I)J
      official b Lfiv;b(I)J
    • format

      protected String format(double value)
      Specified by:
      format in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named format Lnet/minecraft/client/gui/hud/debug/DebugChart;format(D)Ljava/lang/String;
      intermediary method_53468 Lnet/minecraft/class_8755;method_53468(D)Ljava/lang/String;
      official a Lfiv;a(D)Ljava/lang/String;
    • getHeight

      protected int getHeight(double value)
      Specified by:
      getHeight in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named getHeight Lnet/minecraft/client/gui/hud/debug/DebugChart;getHeight(D)I
      intermediary method_53475 Lnet/minecraft/class_8755;method_53475(D)I
      official b Lfiv;b(D)I
    • getColor

      protected int getColor(long value)
      Specified by:
      getColor in class DebugChart
      Mappings:
      Namespace Name Mixin selector
      named getColor Lnet/minecraft/client/gui/hud/debug/DebugChart;getColor(J)I
      intermediary method_53471 Lnet/minecraft/class_8755;method_53471(J)I
      official a Lfiv;a(J)I
    • toMillisecondsPerTick

      private static double toMillisecondsPerTick(double nanosecondsPerTick)
      Mappings:
      Namespace Name Mixin selector
      named toMillisecondsPerTick Lnet/minecraft/client/gui/hud/debug/TickChart;toMillisecondsPerTick(D)D
      intermediary method_53482 Lnet/minecraft/class_8759;method_53482(D)D
      official c Lfiz;c(D)D