net.minecraft.client.gui.components.debugchart

public abstract class AbstractDebugChart

fpv
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.class_8755
net.minecraft.client.gui.hud.debug.DebugChart

Field summary

Modifier and TypeField
protected static final int
a
COLOR_GREY
field_45915
TEXT_COLOR
protected static final int
b
CHART_HEIGHT
field_45916
field_45916
protected static final int
c
LINE_WIDTH
field_45917
field_45917
protected final Font
d
font
field_45918
textRenderer
protected final SampleStorage
e
sampleStorage
field_45919
log

Constructor summary

ModifierConstructor
protected (Font textRenderer, SampleStorage log)

Method summary

Modifier and TypeMethod
public int
a(int arg0)
getWidth(int arg0)
method_53470(int arg0)
getWidth(int centerX)
public int
a()
getFullHeight()
method_61983()
getHeight()
public void
a(fns arg0, int arg1, int arg2)
drawChart(GuiGraphics arg0, int arg1, int arg2)
method_53472(class_332 arg0, int arg1, int arg2)
render(DrawContext context, int x, int width)
protected void
a(fns arg0, int arg1, int arg2, int arg3)
drawDimensions(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_56578(class_332 arg0, int arg1, int arg2, int arg3)
drawBar(DrawContext context, int y, int x, int index)
protected void
b(fns arg0, int arg1, int arg2, int arg3)
drawMainDimension(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_56580(class_332 arg0, int arg1, int arg2, int arg3)
drawTotalBar(DrawContext context, int y, int x, int index)
protected void
c(fns arg0, int arg1, int arg2, int arg3)
drawAdditionalDimensions(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_56581(class_332 arg0, int arg1, int arg2, int arg3)
drawOverlayBar(DrawContext context, int y, int x, int index)
protected long
b(int arg0)
getValueForAggregation(int arg0)
method_56579(int arg0)
get(int index)
protected void
d(fns arg0, int arg1, int arg2, int arg3)
renderAdditionalLinesAndLabels(GuiGraphics arg0, int arg1, int arg2, int arg3)
method_53473(class_332 arg0, int arg1, int arg2, int arg3)
renderThresholds(DrawContext context, int x, int width, int height)
protected void
a(fns arg0, String arg1, int arg2, int arg3)
drawStringWithShade(GuiGraphics arg0, String arg1, int arg2, int arg3)
method_53474(class_332 arg0, String arg1, int arg2, int arg3)
drawBorderedText(DrawContext context, String string, int x, int y)
protected abstract String
a(double arg0)
toDisplayString(double arg0)
method_53468(double arg0)
format(double value)
protected abstract int
b(double arg0)
getSampleHeight(double arg0)
method_53475(double arg0)
getHeight(double value)
protected abstract int
a(long arg0)
getSampleColor(long arg0)
method_53471(long arg0)
getColor(long value)
protected int
a(double arg0, double arg1, int arg2, double arg3, int arg4, double arg5, int arg6)
getSampleColor(double arg0, double arg1, int arg2, double arg3, int arg4, double arg5, int arg6)
method_53469(double arg0, double arg1, int arg2, double arg3, int arg4, double arg5, int arg6)
getColor(double value, double min, int minColor, double median, int medianColor, double max, int maxColor)