public class GuiStats extends GuiScreen implements IProgressMeter
Modifier and Type | Field and Description |
---|---|
protected GuiScreen |
parentScreen |
protected java.lang.String |
screenTitle |
allowUserInput, buttonList, fontRenderer, height, itemRender, keyHandled, labelList, mc, mouseHandled, selectedButton, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
LOADING_STRINGS
Constructor and Description |
---|
GuiStats(GuiScreen parent,
StatisticsManager manager) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button) |
boolean |
doesGuiPauseGame() |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
void |
handleMouseInput() |
void |
initButtons() |
void |
initGui() |
void |
initLists() |
void |
onStatsUpdated() |
addButton, confirmClicked, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyTyped, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, 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 parent, StatisticsManager manager)
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class GuiScreen
java.io.IOException
public void initLists()
public void initButtons()
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 onStatsUpdated()
onStatsUpdated
in interface IProgressMeter
public boolean doesGuiPauseGame()
doesGuiPauseGame
in class GuiScreen