Class ProfilerPieChart

java.lang.Object
net.minecraft.client.gui.components.debugchart.ProfilerPieChart

public class ProfilerPieChart extends Object
  • Field Details

    • RADIUS

      private static final int RADIUS
      See Also:
    • MARGIN

      private static final int MARGIN
      See Also:
    • CHART_Z_OFFSET

      private static final int CHART_Z_OFFSET
      See Also:
    • font

      private final Font font
    • profilerPieChartResults

      @Nullable private ProfileResults profilerPieChartResults
    • profilerTreePath

      private String profilerTreePath
    • bottomOffset

      private int bottomOffset
  • Constructor Details

    • ProfilerPieChart

      public ProfilerPieChart(Font p_362499_)
  • Method Details

    • setPieChartResults

      public void setPieChartResults(@Nullable ProfileResults p_360972_)
    • setBottomOffset

      public void setBottomOffset(int p_364092_)
    • render

      public void render(GuiGraphics p_363707_)
    • profilerPieChartKeyPress

      public void profilerPieChartKeyPress(int p_364522_)