Package net.minecraft.client.realms.task
Class WorldCreationTask
java.lang.Object
net.minecraft.client.realms.task.LongRunningTask
net.minecraft.client.realms.task.WorldCreationTask
@Environment(CLIENT) public class WorldCreationTask extends LongRunningTask
- Mappings:
Namespace Name official dps
intermediary net/minecraft/class_4445
named net/minecraft/client/realms/task/WorldCreationTask
-
Field Summary
Fields Modifier and Type Field Description private Screen
lastScreen
private String
motd
private String
name
private long
worldId
Fields inherited from class net.minecraft.client.realms.task.LongRunningTask
LOGGER, longRunningMcoTaskScreen
-
Constructor Summary
Constructors Constructor Description WorldCreationTask(long worldId, String name, String motd, Screen lastScreen)
-
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class net.minecraft.client.realms.task.LongRunningTask
aborted, abortTask, error, init, pause, setScreen, setScreen, setTitle, tick
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official c
Ldps;c:Ljava/lang/String;
intermediary field_20249
Lnet/minecraft/class_4445;field_20249:Ljava/lang/String;
named name
Lnet/minecraft/client/realms/task/WorldCreationTask;name:Ljava/lang/String;
-
motd
- Mappings:
Namespace Name Mixin selector official d
Ldps;d:Ljava/lang/String;
intermediary field_20250
Lnet/minecraft/class_4445;field_20250:Ljava/lang/String;
named motd
Lnet/minecraft/client/realms/task/WorldCreationTask;motd:Ljava/lang/String;
-
worldId
private final long worldId- Mappings:
Namespace Name Mixin selector official e
Ldps;e:J
intermediary field_20251
Lnet/minecraft/class_4445;field_20251:J
named worldId
Lnet/minecraft/client/realms/task/WorldCreationTask;worldId:J
-
lastScreen
- Mappings:
Namespace Name Mixin selector official f
Ldps;f:Ldve;
intermediary field_20252
Lnet/minecraft/class_4445;field_20252:Lnet/minecraft/class_437;
named lastScreen
Lnet/minecraft/client/realms/task/WorldCreationTask;lastScreen:Lnet/minecraft/client/gui/screen/Screen;
-
-
Constructor Details
-
WorldCreationTask
- Mappings:
Namespace Name Mixin selector official <init>
Ldps;<init>(JLjava/lang/String;Ljava/lang/String;Ldve;)V
intermediary <init>
Lnet/minecraft/class_4445;<init>(JLjava/lang/String;Ljava/lang/String;Lnet/minecraft/class_437;)V
named <init>
Lnet/minecraft/client/realms/task/WorldCreationTask;<init>(JLjava/lang/String;Ljava/lang/String;Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
run
public void run()- Mappings:
Namespace Name Mixin selector official run
Ldps;run()V
intermediary run
Lnet/minecraft/class_4445;run()V
named run
Lnet/minecraft/client/realms/task/WorldCreationTask;run()V
-