Uses of Class
com.mojang.realmsclient.util.task.RealmCreationTask
Packages that use RealmCreationTask
-
Uses of RealmCreationTask in com.mojang.realmsclient.client.worldupload
Methods in com.mojang.realmsclient.client.worldupload with parameters of type RealmCreationTaskModifier and TypeMethodDescriptionstatic void
RealmsCreateWorldFlow.createWorld
(Minecraft p_374166_, Screen p_374334_, Screen p_374049_, int p_376611_, RealmsServer p_374154_, RealmCreationTask p_374383_) -
Uses of RealmCreationTask in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as RealmCreationTaskModifier and TypeFieldDescriptionprivate final RealmCreationTask
RealmsResetWorldScreen.realmCreationTask
private final RealmCreationTask
RealmsSelectFileToUploadScreen.realmCreationTask
private final RealmCreationTask
RealmsUploadScreen.realmCreationTask
Methods in com.mojang.realmsclient.gui.screens with parameters of type RealmCreationTaskModifier and TypeMethodDescriptionstatic RealmsResetWorldScreen
RealmsResetWorldScreen.forNewRealm
(Screen p_300881_, RealmsServer p_301228_, RealmCreationTask p_320942_, Runnable p_300926_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type RealmCreationTaskModifierConstructorDescriptionRealmsResetWorldScreen
(Screen p_306282_, RealmsServer p_306292_, int p_305906_, Component p_306014_, Component p_306028_, int p_306044_, Component p_306316_, RealmCreationTask p_320691_, Runnable p_306029_) RealmsSelectFileToUploadScreen
(RealmCreationTask p_320720_, long p_89498_, int p_89499_, RealmsResetWorldScreen p_89500_) RealmsUploadScreen
(RealmCreationTask p_320023_, long p_90083_, int p_90084_, RealmsResetWorldScreen p_90085_, LevelSummary p_90086_)