Uses of Interface
net.minecraft.world.SaveProperties
-
Uses of SaveProperties in net.minecraft.client
Fields in net.minecraft.client declared as SaveProperties Modifier and Type Field Description private SavePropertiesMinecraftClient.IntegratedResourceManager. savePropertiesMethods in net.minecraft.client that return SaveProperties Modifier and Type Method Description static SavePropertiesMinecraftClient. createSaveProperties(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings)SavePropertiesMinecraftClient.IntegratedResourceManager. getSaveProperties()Method parameters in net.minecraft.client with type arguments of type SaveProperties Modifier and Type Method Description MinecraftClient.IntegratedResourceManagerMinecraftClient. 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 voidMinecraftClient. 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 SaveProperties Constructor Description IntegratedResourceManager(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server
Fields in net.minecraft.server declared as SaveProperties Modifier and Type Field Description protected SavePropertiesMinecraftServer. savePropertiesMethods in net.minecraft.server that return SaveProperties Modifier and Type Method Description SavePropertiesMinecraftServer. getSaveProperties()Methods in net.minecraft.server with parameters of type SaveProperties Modifier and Type Method Description private voidMinecraftServer. setToDebugWorldProperties(SaveProperties properties)Constructors in net.minecraft.server with parameters of type SaveProperties Constructor Description MinecraftServer(Thread serverThread, DynamicRegistryManager.Impl registryManager, LevelStorage.Session session, SaveProperties saveProperties, ResourcePackManager dataPackManager, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, ServerResourceManager serverResourceManager, com.mojang.authlib.minecraft.MinecraftSessionService sessionService, com.mojang.authlib.GameProfileRepository gameProfileRepo, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of SaveProperties in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SaveProperties Modifier and Type Method Description private 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 SaveProperties Constructor Description MinecraftDedicatedServer(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 SaveProperties Constructor Description IntegratedServer(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 SaveProperties Modifier and Type Class Description classLevelPropertiesFields in net.minecraft.world.level declared as SaveProperties Modifier and Type Field Description private SavePropertiesUnmodifiableLevelProperties. savePropertiesConstructors in net.minecraft.world.level with parameters of type SaveProperties Constructor Description UnmodifiableLevelProperties(SaveProperties saveProperties, ServerWorldProperties worldProperties) -
Uses of SaveProperties in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return SaveProperties Modifier and Type Method Description @Nullable SavePropertiesLevelStorage.Session. readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> dynamicOps, DataPackSettings dataPackSettings)Methods in net.minecraft.world.level.storage with parameters of type SaveProperties Modifier and Type Method Description voidLevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties)voidLevelStorage.Session. backupLevelDataFile(DynamicRegistryManager dynamicRegistryManager, SaveProperties saveProperties, @Nullable NbtCompound nbtCompound)