Class LongRunningTask
java.lang.Object
com.mojang.realmsclient.util.task.LongRunningTask
- All Implemented Interfaces:
- ErrorCallback,- Runnable
- Direct Known Subclasses:
- CloseServerTask,- ConnectTask,- DownloadTask,- GetServerDetailsTask,- OpenServerTask,- ResettingWorldTask,- RestoreTask,- SwitchMinigameTask,- SwitchSlotTask,- WorldCreationTask
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic org.apache.logging.log4j.Loggerprotected RealmsLongRunningMcoTaskScreenprotected static int
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.realmsclient.gui.ErrorCallbackerror
- 
Field Details- 
NUMBER_OF_RETRIESprotected static final int NUMBER_OF_RETRIES- See Also:
- Constant Field Values
 
- 
LOGGERpublic static final org.apache.logging.log4j.Logger LOGGER
- 
longRunningMcoTaskScreen
 
- 
- 
Constructor Details- 
LongRunningTaskpublic LongRunningTask()
 
- 
- 
Method Details- 
pauseprotected static void pause(long p_167656_)
- 
setScreen
- 
setScreen
- 
error- Specified by:
- errorin interface- ErrorCallback
 
- 
setTitle
- 
abortedpublic boolean aborted()
- 
tickpublic void tick()
- 
initpublic void init()
- 
abortTaskpublic void abortTask()
 
-