public class GuiOverlayDebug extends Gui
| Modifier and Type | Field and Description | 
|---|---|
| private FontRenderer | fontRenderer | 
| private Minecraft | mc | 
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel| Constructor and Description | 
|---|
| GuiOverlayDebug(Minecraft mc) | 
| Modifier and Type | Method and Description | 
|---|---|
| private int | blendColors(int p_181553_1_,
           int p_181553_2_,
           float p_181553_3_) | 
| private static long | bytesToMb(long bytes) | 
| protected java.util.List<java.lang.String> | call() | 
| protected <T extends java.lang.Comparable<T>> | getDebugInfoRight() | 
| private int | getFrameColor(int p_181552_1_,
             int p_181552_2_,
             int p_181552_3_,
             int p_181552_4_) | 
| void | renderDebugInfo(ScaledResolution scaledResolutionIn) | 
| protected void | renderDebugInfoLeft() | 
| protected void | renderDebugInfoRight(ScaledResolution scaledRes) | 
| void | renderLagometer() | 
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineprivate final Minecraft mc
private final FontRenderer fontRenderer
public GuiOverlayDebug(Minecraft mc)
public void renderDebugInfo(ScaledResolution scaledResolutionIn)
protected void renderDebugInfoLeft()
protected void renderDebugInfoRight(ScaledResolution scaledRes)
protected java.util.List<java.lang.String> call()
protected <T extends java.lang.Comparable<T>> java.util.List<java.lang.String> getDebugInfoRight()
public void renderLagometer()
private int getFrameColor(int p_181552_1_,
                          int p_181552_2_,
                          int p_181552_3_,
                          int p_181552_4_)
private int blendColors(int p_181553_1_,
                        int p_181553_2_,
                        float p_181553_3_)
private static long bytesToMb(long bytes)