Package net.minecraft.client.realms.task
Class LongRunningTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
CloseServerTask
,CreatingSnapshotWorldTask
,DownloadTask
,OpenServerTask
,RealmsConnectTask
,RealmsPrepareConnectionTask
,ResettingWorldTask
,RestoreTask
,SwitchMinigameTask
,SwitchSlotTask
,WorldCreationTask
- Mappings:
Namespace Name official eui
intermediary net/minecraft/class_4358
named net/minecraft/client/realms/task/LongRunningTask
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private static final Logger
protected static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
aborted()
void
protected void
protected void
error
(RealmsServiceException exception) protected void
abstract Text
getTitle()
void
init()
protected static void
pause
(long seconds) Moved from RealmsTasks in 20w10a.static void
Moved from Realms in 20w10a.void
tick()
-
Field Details
-
MAX_RETRIES
protected static final int MAX_RETRIES- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leui;a:I
intermediary field_32132
Lnet/minecraft/class_4358;field_32132:I
named MAX_RETRIES
Lnet/minecraft/client/realms/task/LongRunningTask;MAX_RETRIES:I
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Leui;b:Lorg/slf4j/Logger;
intermediary field_22731
Lnet/minecraft/class_4358;field_22731:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/task/LongRunningTask;LOGGER:Lorg/slf4j/Logger;
-
aborted
private boolean aborted- Mappings:
Namespace Name Mixin selector official c
Leui;c:Z
intermediary field_46136
Lnet/minecraft/class_4358;field_46136:Z
named aborted
Lnet/minecraft/client/realms/task/LongRunningTask;aborted:Z
-
-
Constructor Details
-
LongRunningTask
public LongRunningTask()
-
-
Method Details
-
pause
protected static void pause(long seconds) Moved from RealmsTasks in 20w10a.- Mappings:
Namespace Name Mixin selector official a
Leui;a(J)V
intermediary method_25287
Lnet/minecraft/class_4358;method_25287(J)V
named pause
Lnet/minecraft/client/realms/task/LongRunningTask;pause(J)V
-
setScreen
Moved from Realms in 20w10a.- Mappings:
Namespace Name Mixin selector official a
Leui;a(Lfdb;)V
intermediary method_25289
Lnet/minecraft/class_4358;method_25289(Lnet/minecraft/class_437;)V
named setScreen
Lnet/minecraft/client/realms/task/LongRunningTask;setScreen(Lnet/minecraft/client/gui/screen/Screen;)V
-
error
- Mappings:
Namespace Name Mixin selector official a
Leui;a(Lvf;)V
intermediary method_21067
Lnet/minecraft/class_4358;method_21067(Lnet/minecraft/class_2561;)V
named error
Lnet/minecraft/client/realms/task/LongRunningTask;error(Lnet/minecraft/text/Text;)V
-
error
- Mappings:
Namespace Name Mixin selector official a
Leui;a(Ljava/lang/Exception;)V
intermediary method_53811
Lnet/minecraft/class_4358;method_53811(Ljava/lang/Exception;)V
named error
Lnet/minecraft/client/realms/task/LongRunningTask;error(Ljava/lang/Exception;)V
-
error
- Mappings:
Namespace Name Mixin selector official a
Leui;a(Lese;)V
intermediary method_53809
Lnet/minecraft/class_4358;method_53809(Lnet/minecraft/class_4355;)V
named error
Lnet/minecraft/client/realms/task/LongRunningTask;error(Lnet/minecraft/client/realms/exception/RealmsServiceException;)V
-
getTitle
- Mappings:
Namespace Name Mixin selector official a
Leui;a()Lvf;
intermediary method_53808
Lnet/minecraft/class_4358;method_53808()Lnet/minecraft/class_2561;
named getTitle
Lnet/minecraft/client/realms/task/LongRunningTask;getTitle()Lnet/minecraft/text/Text;
-
aborted
public boolean aborted()- Mappings:
Namespace Name Mixin selector official d
Leui;d()Z
intermediary method_21065
Lnet/minecraft/class_4358;method_21065()Z
named aborted
Lnet/minecraft/client/realms/task/LongRunningTask;aborted()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official c
Leui;c()V
intermediary method_21068
Lnet/minecraft/class_4358;method_21068()V
named tick
Lnet/minecraft/client/realms/task/LongRunningTask;tick()V
-
init
public void init()- Mappings:
Namespace Name Mixin selector official e
Leui;e()V
intermediary method_21070
Lnet/minecraft/class_4358;method_21070()V
named init
Lnet/minecraft/client/realms/task/LongRunningTask;init()V
-
abortTask
public void abortTask()- Mappings:
Namespace Name Mixin selector official b
Leui;b()V
intermediary method_21071
Lnet/minecraft/class_4358;method_21071()V
named abortTask
Lnet/minecraft/client/realms/task/LongRunningTask;abortTask()V
-