Uses of Interface
net.minecraft.world.SaveProperties
Packages that use SaveProperties
Package
Description
-
Uses of SaveProperties in net.minecraft.client
Fields in net.minecraft.client declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SaveProperties
MinecraftClient.IntegratedResourceManager.saveProperties
Methods in net.minecraft.client that return SavePropertiesModifier and TypeMethodDescriptionstatic SaveProperties
MinecraftClient.createSaveProperties
(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings) MinecraftClient.IntegratedResourceManager.getSaveProperties()
Method parameters in net.minecraft.client with type arguments of type SavePropertiesModifier and TypeMethodDescriptionMinecraftClient.createIntegratedResourceManager
(DynamicRegistryManager.Impl registryManager, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, LevelStorage.Session storageSession) private void
MinecraftClient.startIntegratedServer
(String worldName, DynamicRegistryManager.Impl registryTracker, Function<LevelStorage.Session, DataPackSettings> dataPackSettingsGetter, com.mojang.datafixers.util.Function4<LevelStorage.Session, DynamicRegistryManager.Impl, ResourceManager, DataPackSettings, SaveProperties> savePropertiesGetter, boolean safeMode, MinecraftClient.WorldLoadAction worldLoadAction) Constructors in net.minecraft.client with parameters of type SavePropertiesModifierConstructorDescription(package private)
IntegratedResourceManager
(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server
Fields in net.minecraft.server declared as SavePropertiesMethods in net.minecraft.server that return SavePropertiesMethods in net.minecraft.server with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate void
MinecraftServer.setToDebugWorldProperties
(SaveProperties properties) Constructors in net.minecraft.server with parameters of type SavePropertiesModifierConstructorDescriptionMinecraftServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService sessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepo, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
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.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type SavePropertiesModifierConstructorDescriptionMinecraftDedicatedServer
(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, ServerPropertiesLoader propertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of SaveProperties in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type SavePropertiesModifierConstructorDescriptionIntegratedServer
(Thread serverThread, MinecraftClient client, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, ResourcePackManager dataPackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
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 SaveProperties
UnmodifiableLevelProperties.saveProperties
Constructors in net.minecraft.world.level with parameters of type SavePropertiesModifierConstructorDescriptionUnmodifiableLevelProperties
(SaveProperties saveProperties, ServerWorldProperties worldProperties) -
Uses of SaveProperties in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return SavePropertiesModifier and TypeMethodDescriptionLevelStorage.Session.readLevelProperties
(com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, DataPackSettings dataPackSettings) Methods in net.minecraft.world.level.storage with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoid
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties) void
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt)