public class GuiScreenLongRunningTask extends GuiScreen
| Modifier and Type | Field and Description | 
|---|---|
static String[] | 
field_96217_a  | 
allowUserInput, guiParticles, height, isMacOs, width| Constructor and Description | 
|---|
GuiScreenLongRunningTask(Minecraft par1Minecraft,
                                                GuiScreen par2GuiScreen,
                                                TaskLongRunning par3TaskLongRunning)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
drawScreen(int par1,
                    int par2,
                    float par3)
Draws the screen and all the components in it. 
 | 
boolean | 
func_96207_h()  | 
Minecraft | 
func_96208_g()  | 
void | 
func_96209_a(String par1Str)  | 
void | 
func_96210_b(String par1Str)  | 
void | 
func_98117_g()  | 
void | 
initGui()
Adds the buttons (and other controls) to the screen in question. 
 | 
void | 
updateScreen()
Called from the main game loop to update the screen. 
 | 
confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, onGuiClosed, setClipboardString, setWorldAndResolutiondrawCenteredString, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIconpublic static final String[] field_96217_a
public GuiScreenLongRunningTask(Minecraft par1Minecraft, GuiScreen par2GuiScreen, TaskLongRunning par3TaskLongRunning)
public void func_98117_g()
public void updateScreen()
updateScreen in class GuiScreenpublic void initGui()
public void drawScreen(int par1, int par2, float par3)
drawScreen in class GuiScreenpublic void func_96209_a(String par1Str)
public Minecraft func_96208_g()
public void func_96210_b(String par1Str)
public boolean func_96207_h()