Class ProfilerPieChart

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

public class ProfilerPieChart extends Object
  • Field Details

    • RADIUS

      public static final int RADIUS
      See Also:
    • PIE_CHART_THICKNESS

      public static final int PIE_CHART_THICKNESS
      See Also:
    • MARGIN

      private static final int MARGIN
      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 pFont)
  • Method Details

    • setPieChartResults

      public void setPieChartResults(@Nullable ProfileResults pPieChartResults)
    • setBottomOffset

      public void setBottomOffset(int pBottomOffset)
    • render

      public void render(GuiGraphics pGuiGraphics)
    • profilerPieChartKeyPress

      public void profilerPieChartKeyPress(int pIndex)