Uses of Interface
net.minecraft.server.SaveLoader.DataPackSettingsSupplier
-
Uses of SaveLoader.DataPackSettingsSupplier in net.minecraft.client
Modifier and TypeMethodDescriptionMinecraftClient.createSaveLoader
(ResourcePackManager dataPackManager, boolean safeMode, SaveLoader.DataPackSettingsSupplier dataPackSettingsSupplier, SaveLoader.SavePropertiesSupplier savePropertiesSupplier) Modifier and TypeMethodDescriptionprivate void
MinecraftClient.startIntegratedServer
(String worldName, Function<LevelStorage.Session, SaveLoader.DataPackSettingsSupplier> dataPackSettingsSupplierGetter, Function<LevelStorage.Session, SaveLoader.SavePropertiesSupplier> savePropertiesSupplierGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction) -
Uses of SaveLoader.DataPackSettingsSupplier in net.minecraft.server
Modifier and TypeMethodDescriptionSaveLoader.DataPackSettingsSupplier.loadFromWorld
(LevelStorage.Session session) Modifier and TypeMethodDescriptionstatic CompletableFuture<SaveLoader>
SaveLoader.ofLoaded
(SaveLoader.FunctionLoaderConfig functionLoaderConfig, SaveLoader.DataPackSettingsSupplier dataPackSettingsSupplier, SaveLoader.SavePropertiesSupplier savePropertiesSupplier, Executor prepareExecutor, Executor applyExecutor)