Package net.minecraft.client.realms.task
Class LongRunningTask
java.lang.Object
net.minecraft.client.realms.task.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
- Mappings:
Namespace Name official dtmintermediary net/minecraft/class_4358named net/minecraft/client/realms/task/LongRunningTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static intstatic Loggerprotected RealmsLongRunningMcoTaskScreen -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field_32132
protected static final int field_32132- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLdtm;a:Iintermediary field_32132Lnet/minecraft/class_4358;field_32132:Inamed field_32132Lnet/minecraft/client/realms/task/LongRunningTask;field_32132:I
-
LOGGER
- Mappings:
Namespace Name Mixin selector official bLdtm;b:Lorg/apache/logging/log4j/Logger;intermediary field_22731Lnet/minecraft/class_4358;field_22731:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/realms/task/LongRunningTask;LOGGER:Lorg/apache/logging/log4j/Logger;
-
longRunningMcoTaskScreen
- Mappings:
Namespace Name Mixin selector official cLdtm;c:Ldsc;intermediary field_19638Lnet/minecraft/class_4358;field_19638:Lnet/minecraft/class_4398;named longRunningMcoTaskScreenLnet/minecraft/client/realms/task/LongRunningTask;longRunningMcoTaskScreen:Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;
-
-
Constructor Details
-
LongRunningTask
public LongRunningTask()
-
-
Method Details
-
pause
protected static void pause(long long2)Moved from RealmsTasks in 20w10a.- Mappings:
Namespace Name Mixin selector official aLdtm;a(J)Vintermediary method_25287Lnet/minecraft/class_4358;method_25287(J)Vnamed pauseLnet/minecraft/client/realms/task/LongRunningTask;pause(J)V
-
setScreen
Moved from Realms in 20w10a.- Mappings:
Namespace Name Mixin selector official aLdtm;a(Ldzh;)Vintermediary method_25289Lnet/minecraft/class_4358;method_25289(Lnet/minecraft/class_437;)Vnamed setScreenLnet/minecraft/client/realms/task/LongRunningTask;setScreen(Lnet/minecraft/client/gui/screen/Screen;)V
-
setScreen
- Mappings:
Namespace Name Mixin selector official aLdtm;a(Ldsc;)Vintermediary method_21066Lnet/minecraft/class_4358;method_21066(Lnet/minecraft/class_4398;)Vnamed setScreenLnet/minecraft/client/realms/task/LongRunningTask;setScreen(Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;)V
-
error
-
setTitle
- Mappings:
Namespace Name Mixin selector official bLdtm;b(Lon;)Vintermediary method_21069Lnet/minecraft/class_4358;method_21069(Lnet/minecraft/class_2561;)Vnamed setTitleLnet/minecraft/client/realms/task/LongRunningTask;setTitle(Lnet/minecraft/text/Text;)V
-
aborted
public boolean aborted()- Mappings:
Namespace Name Mixin selector official cLdtm;c()Zintermediary method_21065Lnet/minecraft/class_4358;method_21065()Znamed abortedLnet/minecraft/client/realms/task/LongRunningTask;aborted()Z
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official bLdtm;b()Vintermediary method_21068Lnet/minecraft/class_4358;method_21068()Vnamed tickLnet/minecraft/client/realms/task/LongRunningTask;tick()V
-
init
public void init()- Mappings:
Namespace Name Mixin selector official dLdtm;d()Vintermediary method_21070Lnet/minecraft/class_4358;method_21070()Vnamed initLnet/minecraft/client/realms/task/LongRunningTask;init()V
-
abortTask
public void abortTask()- Mappings:
Namespace Name Mixin selector official aLdtm;a()Vintermediary method_21071Lnet/minecraft/class_4358;method_21071()Vnamed abortTaskLnet/minecraft/client/realms/task/LongRunningTask;abortTask()V
-