Class RealmsCreateWorldFlow
java.lang.Object
com.mojang.realmsclient.client.worldupload.RealmsCreateWorldFlow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PathcreateTemporaryWorldFolder(WorldData worldData, Optional<GameRules> gameRulesOpt, @Nullable Path tempDataPackDir) static voidcreateWorld(Minecraft minecraft, Screen returnScreen, Screen lastScreen, int slot, RealmsServer realmsServer, @Nullable RealmCreationTask realmCreationTask)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
RealmsCreateWorldFlow
public RealmsCreateWorldFlow()
-
-
Method Details
-
createWorld
public static void createWorld(Minecraft minecraft, Screen returnScreen, Screen lastScreen, int slot, RealmsServer realmsServer, @Nullable RealmCreationTask realmCreationTask) -
createTemporaryWorldFolder
private static Path createTemporaryWorldFolder(WorldData worldData, Optional<GameRules> gameRulesOpt, @Nullable Path tempDataPackDir) throws IOException - Throws:
IOException
-