public class GuiStats extends GuiScreen implements IProgressMeter
Modifier and Type | Field and Description |
---|---|
protected GuiScreen |
parentScreen |
protected java.lang.String |
screenTitle |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
LOADING_STRINGS
Constructor and Description |
---|
GuiStats(GuiScreen p_i1071_1_,
StatisticsManager p_i1071_2_) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button) |
void |
createButtons() |
boolean |
doesGuiPauseGame() |
void |
doneLoading() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleMouseInput() |
void |
initGui() |
void |
initLists() |
confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, setWorldAndResolution, updateScreen
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected GuiScreen parentScreen
protected java.lang.String screenTitle
public GuiStats(GuiScreen p_i1071_1_, StatisticsManager p_i1071_2_)
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException
public void initLists()
public void createButtons()
protected void actionPerformed(GuiButton button) throws java.io.IOException
actionPerformed
in class GuiScreen
java.io.IOException
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen
public void doneLoading()
doneLoading
in interface IProgressMeter
public boolean doesGuiPauseGame()
doesGuiPauseGame
in class GuiScreen