Uses of Interface
net.minecraft.world.SaveProperties
Packages that use SaveProperties
Package
Description
- 
Uses of SaveProperties in net.minecraft.serverFields in net.minecraft.server declared as SavePropertiesModifier and TypeFieldDescriptionprotected final SavePropertiesMinecraftServer.savePropertiesprivate final SavePropertiesSaveLoader.savePropertiesThe field for thesavePropertiesrecord component.Methods in net.minecraft.server that return SavePropertiesModifier and TypeMethodDescriptionMinecraftServer.getSaveProperties()SaveLoader.saveProperties()Returns the value of thesavePropertiesrecord component.Methods in net.minecraft.server with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate voidMinecraftServer.setToDebugWorldProperties(SaveProperties properties) Method parameters in net.minecraft.server with type arguments of type SavePropertiesModifier and TypeMethodDescriptionstatic CompletableFuture<SaveLoader>SaveLoader.load(SaveLoading.ServerConfig serverConfig, SaveLoading.LoadContextSupplier<SaveProperties> savePropertiesSupplier, Executor prepareExecutor, Executor applyExecutor) Constructors in net.minecraft.server with parameters of type SavePropertiesModifierConstructorDescriptionSaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties) 
- 
Uses of SaveProperties in net.minecraft.server.commandMethods in net.minecraft.server.command with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate static Collection<String>ReloadCommand.findNewDataPacks(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks) 
- 
Uses of SaveProperties in net.minecraft.server.integratedMethods in net.minecraft.server.integrated with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoidIntegratedServerLoader.start(LevelStorage.Session session, DataPackContents dataPackContents, DynamicRegistryManager.Immutable dynamicRegistryManager, SaveProperties saveProperties) Method parameters in net.minecraft.server.integrated with type arguments of type SavePropertiesModifier and TypeMethodDescriptionprivate SaveLoaderIntegratedServerLoader.createSaveLoader(SaveLoading.DataPacks dataPacks, SaveLoading.LoadContextSupplier<SaveProperties> savePropertiesSupplier) 
- 
Uses of SaveProperties in net.minecraft.world.levelClasses in net.minecraft.world.level that implement SavePropertiesFields in net.minecraft.world.level declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SavePropertiesUnmodifiableLevelProperties.savePropertiesConstructors in net.minecraft.world.level with parameters of type SavePropertiesModifierConstructorDescriptionUnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties) 
- 
Uses of SaveProperties in net.minecraft.world.level.storageMethods in net.minecraft.world.level.storage that return SavePropertiesModifier and TypeMethodDescriptionLevelStorage.Session.readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, DataPackSettings dataPackSettings, com.mojang.serialization.Lifecycle lifecycle) Methods in net.minecraft.world.level.storage with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoidLevelStorage.Session.backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties) voidLevelStorage.Session.backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt)