Uses of Class
net.minecraft.client.realms.task.WorldCreationTask
Packages that use WorldCreationTask
-
Uses of WorldCreationTask in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as WorldCreationTaskModifier and TypeFieldDescriptionprivate final @Nullable WorldCreationTaskRealmsCreateWorldScreen.creationTaskMethods in net.minecraft.client.realms.gui.screen with parameters of type WorldCreationTaskModifier and TypeMethodDescriptionstatic RealmsCreateWorldScreenRealmsCreateWorldScreen.newRealm(Screen parent, RealmsServer serverData, WorldCreationTask creationTask, Runnable callback) Constructors in net.minecraft.client.realms.gui.screen with parameters of type WorldCreationTaskModifierConstructorDescriptionRealmsCreateWorldScreen(Screen parent, RealmsServer serverData, int slot, Text title, Text subtitle, int subtitleColor, Text taskTitle, @Nullable WorldCreationTask creationTask, Runnable callback) -
Uses of WorldCreationTask in net.minecraft.client.realms.task
Fields in net.minecraft.client.realms.task declared as WorldCreationTaskModifier and TypeFieldDescriptionprivate @Nullable WorldCreationTaskCreatingSnapshotWorldTask.worldCreationTask