public class GuiStats extends GuiScreen implements IProgressMeter
| Modifier and Type | Field and Description |
|---|---|
protected GuiScreen |
parentScreen |
protected java.lang.String |
screenTitle |
allowUserInput, buttons, children, fontRenderer, height, itemRender, labels, mc, widthICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevelLOADING_STRINGS| Constructor and Description |
|---|
GuiStats(GuiScreen parent,
StatisticsManager manager) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesGuiPauseGame() |
IGuiEventListener |
getFocused() |
void |
initButtons() |
protected void |
initGui() |
void |
initLists() |
void |
onStatsUpdated() |
void |
render(int mouseX,
int mouseY,
float partialTicks) |
addButton, allowCloseWithEscape, close, confirmResult, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getChildren, getItemToolTip, handleComponentClick, handleComponentHover, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, keyPressed, onGuiClosed, onResize, renderToolTip, runOrMakeCrashReport, sendChatMessage, sendChatMessage, setText, setWorldAndResolution, tickfocusNext, focusOn, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocuseddrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyReleased, mouseScrolledcanFocus, focusChangedprotected GuiScreen parentScreen
protected java.lang.String screenTitle
public GuiStats(GuiScreen parent, StatisticsManager manager)
public IGuiEventListener getFocused()
getFocused in interface IGuiEventListenerDeferredgetFocused in class GuiEventHandlerpublic void initLists()
public void initButtons()
public void render(int mouseX,
int mouseY,
float partialTicks)
public void onStatsUpdated()
onStatsUpdated in interface IProgressMeterpublic boolean doesGuiPauseGame()
doesGuiPauseGame in class GuiScreen