public class GuiAchievements extends GuiScreen implements IProgressMeter
Modifier and Type | Field and Description |
---|---|
protected int |
imageHeight |
protected int |
imageWidth |
protected GuiScreen |
parentScreen |
protected int |
xLastScroll |
protected double |
xScrollO |
protected double |
xScrollP |
protected double |
xScrollTarget |
protected int |
yLastScroll |
protected double |
yScrollO |
protected double |
yScrollP |
protected double |
yScrollTarget |
protected float |
zoom |
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
LOADING_STRINGS
Constructor and Description |
---|
GuiAchievements(GuiScreen parentScreenIn,
StatisticsManager statFileWriterIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
actionPerformed(GuiButton button) |
boolean |
doesGuiPauseGame() |
void |
doneLoading() |
protected void |
drawAchievementScreen(int p_146552_1_,
int p_146552_2_,
float p_146552_3_) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
protected void |
drawTitle() |
void |
initGui() |
protected void |
keyTyped(char typedChar,
int keyCode) |
void |
updateScreen() |
confirmClicked, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, handleMouseInput, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClicked, mouseClickMove, mouseReleased, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setGuiSize, setText, setWorldAndResolution
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected GuiScreen parentScreen
protected int imageWidth
protected int imageHeight
protected int xLastScroll
protected int yLastScroll
protected float zoom
protected double xScrollO
protected double yScrollO
protected double xScrollP
protected double yScrollP
protected double xScrollTarget
protected double yScrollTarget
public GuiAchievements(GuiScreen parentScreenIn, StatisticsManager statFileWriterIn)
protected void actionPerformed(GuiButton button) throws java.io.IOException
actionPerformed
in class GuiScreen
java.io.IOException
protected void keyTyped(char typedChar, int keyCode) throws java.io.IOException
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen
public void doneLoading()
doneLoading
in interface IProgressMeter
public void updateScreen()
updateScreen
in class GuiScreen
protected void drawTitle()
protected void drawAchievementScreen(int p_146552_1_, int p_146552_2_, float p_146552_3_)
public boolean doesGuiPauseGame()
doesGuiPauseGame
in class GuiScreen