Package net.minecraft.src
Class TaskLongRunning
java.lang.Object
net.minecraft.src.TaskLongRunning
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
TaskOnlineConnect
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GuiScreenLongRunningTaskThe GUI screen showing progress of this task. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuttonClicked(GuiButton par1GuiButton) voidinitGUI()voidsetFailedMessage(String par1Str) Displays the given message in place of the progress bar, and adds a "Back" button.voidsetGUI(GuiScreenLongRunningTask par1GuiScreenLongRunningTask) voidsetMessage(String par1Str) voidboolean
-
Field Details
-
taskGUI
The GUI screen showing progress of this task.
-
-
Constructor Details
-
TaskLongRunning
public TaskLongRunning()
-
-
Method Details
-
setGUI
-
setFailedMessage
Displays the given message in place of the progress bar, and adds a "Back" button. -
setMessage
-
getMinecraft
-
wasScreenClosed
public boolean wasScreenClosed() -
updateScreen
public void updateScreen() -
buttonClicked
-
initGUI
public void initGUI()
-