net.minecraft.client.gui.components.debugchart

public abstract class AbstractDebugChart

fxd
net.minecraft.client.gui.components.debugchart.AbstractDebugChart
net.minecraft.class_8755

Field summary

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

Constructor summary

ModifierConstructor
protected (Font arg0, SampleStorage arg1)

Method summary

Modifier and TypeMethod
public int
a(int arg0)
getWidth(int arg0)
method_53470(int arg0)
public int
a()
getFullHeight()
method_61983()
public void
a(fvb arg0, int arg1, int arg2)
drawChart(GuiGraphics arg0, int arg1, int arg2)
method_53472(class_332 arg0, int arg1, int arg2)
protected void
a(fvb 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)
protected void
b(fvb 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)
protected void
c(fvb 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)
protected long
b(int arg0)
getValueForAggregation(int arg0)
method_56579(int arg0)
protected void
d(fvb 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)
protected void
a(fvb 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)
protected abstract String
a(double arg0)
toDisplayString(double arg0)
method_53468(double arg0)
protected abstract int
b(double arg0)
getSampleHeight(double arg0)
method_53475(double arg0)
protected abstract int
a(long arg0)
getSampleColor(long arg0)
method_53471(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)