Uses of Record Class
net.minecraft.server.SaveLoading.ServerConfig
-
Uses of SaveLoading.ServerConfig in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate static SaveLoading.ServerConfig
CreateWorldScreen.createServerConfig
(ResourcePackManager resourcePackManager, DataPackSettings dataPackSettings) -
Uses of SaveLoading.ServerConfig in net.minecraft.server
Modifier and TypeMethodDescriptionstatic CompletableFuture<SaveLoader>
SaveLoader.load
(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<SaveProperties> savePropertiesSupplier, Executor prepareExecutor, Executor applyExecutor) static <D,
R> CompletableFuture<R> SaveLoading.load
(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<D> loadContextSupplier, SaveLoading.SaveApplierFactory<D, R> saveApplierFactory, Executor prepareExecutor, Executor applyExecutor)