Package net.minecraftforge.client.gui
Class ForgeIngameGui.GuiOverlayDebugForge
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.overlay.DebugOverlayGui
net.minecraftforge.client.gui.ForgeIngameGui.GuiOverlayDebugForge
- Enclosing class:
- ForgeIngameGui
-
Field Summary
Fields inherited from class net.minecraft.client.gui.overlay.DebugOverlayGui
block, liquid
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawGameInformation
(MatrixStack mStack) protected void
drawSystemInformation
(MatrixStack mStack) getLeft()
getRight()
void
update()
Methods inherited from class net.minecraft.client.gui.overlay.DebugOverlayGui
clearChunkCache, getGameInformation, getSystemInformation, render
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Field Details
-
mc
-
-
Constructor Details
-
GuiOverlayDebugForge
-
-
Method Details
-
update
public void update() -
drawGameInformation
- Overrides:
drawGameInformation
in classDebugOverlayGui
-
drawSystemInformation
- Overrides:
drawSystemInformation
in classDebugOverlayGui
-
getLeft
-
getRight
-