Uses of Class
net.minecraft.client.realms.gui.screen.RealmsCreateWorldScreen
-
Uses of RealmsCreateWorldScreen in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final RealmsCreateWorldScreen
RealmsSelectFileToUploadScreen.parent
private final RealmsCreateWorldScreen
RealmsUploadScreen.parent
Modifier and TypeMethodDescriptionstatic RealmsCreateWorldScreen
RealmsCreateWorldScreen.newRealm
(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.newWorld
(Screen parent, int slot, RealmsServer serverData, Runnable callback) static RealmsCreateWorldScreen
RealmsCreateWorldScreen.resetWorld
(Screen parent, RealmsServer serverData, Runnable callback) ModifierConstructorDescriptionRealmsSelectFileToUploadScreen
(long worldId, int slotId, RealmsCreateWorldScreen parent) RealmsUploadScreen
(long worldId, int slotId, RealmsCreateWorldScreen parent, LevelSummary selectedLevel)