Package net.minecraft.src
Class GuiAchievements
- java.lang.Object
-
- net.minecraft.client.gui.GuiComponent
-
- net.minecraft.client.gui.screens.Screen
-
- net.minecraft.src.GuiAchievements
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.ConfirmationResultConsumer
-
-
Field Summary
Fields Modifier and Type Field Description protected intachievementsPaneHeightprotected intachievementsPaneWidthprotected doublefield_27111_rprotected doublefield_27112_qprotected doublefield_27115_nprotected doublefield_27116_mprotected doubleguiMapXprotected doubleguiMapYprotected intmouseXprotected intmouseY-
Fields inherited from class net.minecraft.client.gui.screens.Screen
allowUserInput, controlList, fontRenderer, guiParticles, height, mc, width
-
Fields inherited from class net.minecraft.client.gui.GuiComponent
zLevel
-
-
Constructor Summary
Constructors Constructor Description GuiAchievements(StatFileWriter var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactionPerformed(Button var1)booleandoesGuiPauseGame()voiddrawScreen(int var1, int var2, float var3)protected voidfunc_27110_k()protected voidgenAchievementBackground(int var1, int var2, float var3)voidinitGui()protected voidkeyTyped(char var1, int var2)voidupdateScreen()-
Methods inherited from class net.minecraft.client.gui.screens.Screen
confirmClicked, drawBackground, drawDefaultBackground, drawWorldBackground, func_50049_m, func_50050_a, func_50051_l, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, handleMouseInput, mouseClicked, mouseMovedOrUp, onConfirm, onGuiClosed, setWorldAndResolution
-
Methods inherited from class net.minecraft.client.gui.GuiComponent
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawRightAlignedString, drawString, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
-
-
-
-
Field Detail
-
achievementsPaneWidth
protected int achievementsPaneWidth
-
achievementsPaneHeight
protected int achievementsPaneHeight
-
mouseX
protected int mouseX
-
mouseY
protected int mouseY
-
field_27116_m
protected double field_27116_m
-
field_27115_n
protected double field_27115_n
-
guiMapX
protected double guiMapX
-
guiMapY
protected double guiMapY
-
field_27112_q
protected double field_27112_q
-
field_27111_r
protected double field_27111_r
-
-
Constructor Detail
-
GuiAchievements
public GuiAchievements(StatFileWriter var1)
-
-
Method Detail
-
actionPerformed
protected void actionPerformed(Button var1)
- Overrides:
actionPerformedin classScreen
-
drawScreen
public void drawScreen(int var1, int var2, float var3)- Overrides:
drawScreenin classScreen
-
updateScreen
public void updateScreen()
- Overrides:
updateScreenin classScreen
-
func_27110_k
protected void func_27110_k()
-
genAchievementBackground
protected void genAchievementBackground(int var1, int var2, float var3)
-
doesGuiPauseGame
public boolean doesGuiPauseGame()
- Overrides:
doesGuiPauseGamein classScreen
-
-