Class WorldCreationTask
java.lang.Object
com.mojang.realmsclient.util.task.LongRunningTask
com.mojang.realmsclient.util.task.WorldCreationTask
- All Implemented Interfaces:
ErrorCallback
,Runnable
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Screen
private static final org.slf4j.Logger
private final String
private final String
private final long
Fields inherited from class com.mojang.realmsclient.util.task.LongRunningTask
longRunningMcoTaskScreen, NUMBER_OF_RETRIES
-
Constructor Summary
ConstructorDescriptionWorldCreationTask
(long p_90468_, String p_90469_, String p_90470_, Screen p_90471_) -
Method Summary
Methods inherited from class com.mojang.realmsclient.util.task.LongRunningTask
aborted, abortTask, error, init, pause, setScreen, setScreen, setTitle, tick
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.realmsclient.gui.ErrorCallback
error
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
name
-
motd
-
worldId
private final long worldId -
lastScreen
-
-
Constructor Details
-
WorldCreationTask
-
-
Method Details
-
run
public void run()
-