Package com.mojang.realmsclient.gui
Class LongRunningTask
java.lang.Object
com.mojang.realmsclient.gui.LongRunningTask
- Direct Known Subclasses:
CloseServerTask,DownloadTask,OpenServerTask,RealmsConnectTask,RealmsGetServerDetailsTask,ResettingWorldTask,RestoreTask,SwitchMinigameTask,SwitchSlotTask,WorldCreationTask
@Environment(CLIENT) public abstract class LongRunningTask extends Object implements Errable, Runnable
-
Field Summary
Fields Modifier and Type Field Description static LoggerLOGGERprotected RealmsLongRunningMcoTaskScreenlongRunningMcoTaskScreen -
Constructor Summary
Constructors Constructor Description LongRunningTask() -
Method Summary
Modifier and Type Method Description booleanaborted()voidabortTask()voiderror(Text text)voidinit()protected static voidpause(int seconds)Moved from RealmsTasks in 20w10a.voidsetScreen(RealmsLongRunningMcoTaskScreen longRunningMcoTaskScreen)static voidsetScreen(Screen screen)Moved from Realms in 20w10a.voidsetTitle(String title)voidtick()
-
Field Details
-
Constructor Details
-
LongRunningTask
public LongRunningTask()
-
-
Method Details