Package net.minecraft.src
Class GuiDownloadTerrain
- java.lang.Object
-
- net.minecraft.client.gui.GuiComponent
-
- net.minecraft.client.gui.screens.Screen
-
- net.minecraft.src.GuiDownloadTerrain
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.ConfirmationResultConsumer
-
-
Field Summary
-
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 GuiDownloadTerrain(NetClientHandler var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
actionPerformed(Button guibutton)
void
drawScreen(int var1, int var2, float var3)
void
initGui()
protected void
keyTyped(char c, int i)
void
updateScreen()
-
Methods inherited from class net.minecraft.client.gui.screens.Screen
confirmClicked, doesGuiPauseGame, 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
-
-
-
-
Constructor Detail
-
GuiDownloadTerrain
public GuiDownloadTerrain(NetClientHandler var1)
-
-
Method Detail
-
updateScreen
public void updateScreen()
- Overrides:
updateScreen
in classScreen
-
actionPerformed
protected void actionPerformed(Button guibutton)
- Overrides:
actionPerformed
in classScreen
-
drawScreen
public void drawScreen(int var1, int var2, float var3)
- Overrides:
drawScreen
in classScreen
-
-