net.minecraft.client.gui.hud.debug.chart

public class PieChart

net.minecraft.client.gui.components.debugchart.ProfilerPieChart
net.minecraft.class_9931
net.minecraft.client.gui.hud.debug.chart.PieChart

Field summary

Modifier and TypeField
public static final int
RADIUS
field_52773
field_52773
public static final int
PIE_CHART_THICKNESS
field_59836
field_59836
private static final int
MARGIN
field_52774
field_52774
private final TextRenderer
font
field_52776
textRenderer
private ProfileResult
profilerPieChartResults
field_52777
profileResult
private String
profilerTreePath
field_52778
currentPath
private int
bottomOffset
field_52779
bottomMargin

Constructor summary

ModifierConstructor
public (TextRenderer textRenderer)

Method summary

Modifier and TypeMethod
public void
setPieChartResults(ProfileResults results)
method_61985(class_3696 arg0)
setProfileResult(ProfileResult profileResult)
public void
setBottomOffset(int bottomOffset)
method_61984(int arg0)
setBottomMargin(int bottomMargin)
public void
render(GuiGraphics graphics)
method_61986(class_332 arg0)
render(DrawContext context)
public void
profilerPieChartKeyPress(int key)
method_61987(int arg0)
select(int index)