Uses of Interface
net.minecraft.world.SaveProperties
Packages that use SaveProperties
Package
Description
-
Uses of SaveProperties in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate booleanCreateWorldScreen.startServer(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) Constructors in net.minecraft.client.gui.screen.world with parameters of type SavePropertiesModifierConstructorDescriptionprivateOptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, SaveProperties saveProperties, boolean eraseCache, DynamicRegistryManager registries) -
Uses of SaveProperties in net.minecraft.server
Fields 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 static voidMain.forceUpgradeWorld(LevelStorage.Session session, SaveProperties saveProperties, com.mojang.datafixers.DataFixer dataFixer, boolean eraseCache, BooleanSupplier continueCheck, DynamicRegistryManager registries, boolean recreateRegionFiles) private voidMinecraftServer.setToDebugWorldProperties(SaveProperties properties) Constructors in net.minecraft.server with parameters of type SavePropertiesModifierConstructorDescriptionSaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server.command
Methods 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.integrated
Methods in net.minecraft.server.integrated with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoidIntegratedServerLoader.startNewWorld(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.world.level
Classes 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.storage
Fields in net.minecraft.world.level.storage declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SavePropertiesParsedSaveProperties.propertiesThe field for thepropertiesrecord component.Methods in net.minecraft.world.level.storage that return SavePropertiesModifier and TypeMethodDescriptionParsedSaveProperties.properties()Returns the value of thepropertiesrecord component.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) Constructors in net.minecraft.world.level.storage with parameters of type SavePropertiesModifierConstructorDescriptionParsedSaveProperties(SaveProperties saveProperties, DimensionOptionsRegistryHolder.DimensionsConfig dimensionsConfig) -
Uses of SaveProperties in net.minecraft.world.updater
Constructors in net.minecraft.world.updater with parameters of type SavePropertiesModifierConstructorDescriptionWorldUpdater(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, SaveProperties saveProperties, DynamicRegistryManager registries, boolean eraseCache, boolean recreateRegionFiles)