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

      private @Nullable ProfileResults profilerPieChartResults
    • profilerTreePath

      private String profilerTreePath
    • bottomOffset

      private int bottomOffset
  • Constructor Details

    • ProfilerPieChart

      public ProfilerPieChart(Font font)
  • Method Details

    • setPieChartResults

      public void setPieChartResults(@Nullable ProfileResults results)
    • setBottomOffset

      public void setBottomOffset(int bottomOffset)
    • render

      public void render(GuiGraphics graphics)
    • profilerPieChartKeyPress

      public void profilerPieChartKeyPress(int key)