net.minecraft.client.gui.components.debugchart

public abstract class AbstractDebugChart

fty
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.class_8755
net.minecraft.unmapped.C_bkzzefxr
net.minecraft.client.gui.hud.debug.DebugChart
net.minecraft.client.gui.hud.debug.AbstractDebugChartRenderer

Field summary

Modifier and TypeField
protected static final int
a
COLOR_GREY
field_45915
f_kumhtbzz
TEXT_COLOR
TEXT_COLOR
protected static final int
b
CHART_HEIGHT
field_45916
f_dehsgucw
field_45916
CHART_HEIGHT
protected static final int
c
LINE_WIDTH
field_45917
f_roauydkh
field_45917
LINE_WIDTH
protected final Font
d
font
field_45918
f_txanrslq
textRenderer
textRenderer
protected final SampleStorage
e
sampleStorage
field_45919
f_mjzphdnx
log
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)
m_phxaaunk(int arg0)
getWidth(int centerX)
getWidth(int width)
public int
a()
getFullHeight()
method_61983()
m_owokfqnl()
getHeight()
public void
a(frv arg0, int arg1, int arg2)
drawChart(GuiGraphics arg0, int arg1, int arg2)
method_53472(class_332 arg0, int arg1, int arg2)
m_sdtiatjq(C_sedilmty arg0, int arg1, int arg2)
render(DrawContext context, int x, int width)
renderChart(GuiGraphics graphics, int x, int width)
protected void
a(frv 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)
m_jisutmkq(C_sedilmty arg0, int arg1, int arg2, int arg3)
drawBar(DrawContext context, int y, int x, int index)
drawBar(GuiGraphics graphics, int y, int x, int index)
protected void
b(frv 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)
m_wfnvdedg(C_sedilmty arg0, int arg1, int arg2, int arg3)
drawTotalBar(DrawContext context, int y, int x, int index)
drawTotalBar(GuiGraphics graphics, int y, int x, int index)
protected void
c(frv 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)
m_qtkhwlsp(C_sedilmty arg0, int arg1, int arg2, int arg3)
drawOverlayBar(DrawContext context, int y, int x, int index)
drawOverlayBar(GuiGraphics graphics, int y, int x, int index)
protected long
b(int arg0)
getValueForAggregation(int arg0)
method_56579(int arg0)
m_nxlxpfrz(int arg0)
get(int index)
get(int index)
protected void
d(frv 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)
m_tsrwlybb(C_sedilmty arg0, int arg1, int arg2, int arg3)
renderThresholds(DrawContext context, int x, int width, int height)
renderExtras(GuiGraphics graphics, int x, int lineWidth, int y)
protected void
a(frv 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)
m_rjcqkpru(C_sedilmty arg0, String arg1, int arg2, int arg3)
drawBorderedText(DrawContext context, String string, int x, int y)
drawLabel(GuiGraphics graphics, String label, int x, int y)
protected abstract String
a(double arg0)
toDisplayString(double arg0)
method_53468(double arg0)
m_julaomxm(double arg0)
format(double value)
appendUnit(double arg0)
protected abstract int
b(double arg0)
getSampleHeight(double arg0)
method_53475(double arg0)
m_ctbaldbu(double arg0)
getHeight(double value)
lineLength(double arg0)
protected abstract int
a(long arg0)
getSampleColor(long arg0)
method_53471(long arg0)
m_zwpzixsa(long arg0)
getColor(long value)
getSampleColor(long arg0)
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)
m_srllwucw(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)
getSampleColor(double delta, double lowColorDelta, int lowColor, double mediumColorDelta, int mediumColor, double highColorDelta, int highColor)