Package net.minecraft.client.realms.task
Class RestoreTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
net.minecraft.client.realms.task.RestoreTask
- All Implemented Interfaces:
Runnable
- Mappings:
Namespace Name official eunintermediary net/minecraft/class_4441named net/minecraft/client/realms/task/RestoreTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Backupprivate final RealmsConfigureWorldScreenprivate static final Loggerprivate static final Textprivate final longFields inherited from class net.minecraft.client.realms.task.LongRunningTask
MAX_RETRIES -
Constructor Summary
ConstructorsConstructorDescriptionRestoreTask(Backup backup, long worldId, RealmsConfigureWorldScreen lastScreen) -
Method Summary
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official bLeun;b:Lorg/slf4j/Logger;intermediary field_36359Lnet/minecraft/class_4441;field_36359:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/client/realms/task/RestoreTask;LOGGER:Lorg/slf4j/Logger;
-
TITLE
- Mappings:
Namespace Name Mixin selector official cLeun;c:Lvf;intermediary field_46138Lnet/minecraft/class_4441;field_46138:Lnet/minecraft/class_2561;named TITLELnet/minecraft/client/realms/task/RestoreTask;TITLE:Lnet/minecraft/text/Text;
-
backup
- Mappings:
Namespace Name Mixin selector official dLeun;d:Leqx;intermediary field_20236Lnet/minecraft/class_4441;field_20236:Lnet/minecraft/class_4867;named backupLnet/minecraft/client/realms/task/RestoreTask;backup:Lnet/minecraft/client/realms/dto/Backup;
-
worldId
private final long worldId- Mappings:
Namespace Name Mixin selector official eLeun;e:Jintermediary field_20237Lnet/minecraft/class_4441;field_20237:Jnamed worldIdLnet/minecraft/client/realms/task/RestoreTask;worldId:J
-
lastScreen
- Mappings:
Namespace Name Mixin selector official fLeun;f:Lesr;intermediary field_20238Lnet/minecraft/class_4441;field_20238:Lnet/minecraft/class_4388;named lastScreenLnet/minecraft/client/realms/task/RestoreTask;lastScreen:Lnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;
-
-
Constructor Details
-
RestoreTask
- Mappings:
Namespace Name Mixin selector official <init>Leun;<init>(Leqx;JLesr;)Vintermediary <init>Lnet/minecraft/class_4441;<init>(Lnet/minecraft/class_4867;JLnet/minecraft/class_4388;)Vnamed <init>Lnet/minecraft/client/realms/task/RestoreTask;<init>(Lnet/minecraft/client/realms/dto/Backup;JLnet/minecraft/client/realms/gui/screen/RealmsConfigureWorldScreen;)V
-
-
Method Details
-
run
public void run() -
getTitle
- Specified by:
getTitlein classLongRunningTask- Mappings:
Namespace Name Mixin selector official aLeui;a()Lvf;intermediary method_53808Lnet/minecraft/class_4358;method_53808()Lnet/minecraft/class_2561;named getTitleLnet/minecraft/client/realms/task/LongRunningTask;getTitle()Lnet/minecraft/text/Text;
-