Uses of Class
net.minecraft.world.storage.DimensionSavedDataManager
Packages that use DimensionSavedDataManager
Package
Description
- 
Uses of DimensionSavedDataManager in net.minecraft.server
Methods in net.minecraft.server with parameters of type DimensionSavedDataManagerModifier and TypeMethodDescriptionprivate voidMinecraftServer.readScoreboard(DimensionSavedDataManager p_213204_1_)  - 
Uses of DimensionSavedDataManager in net.minecraft.util
Fields in net.minecraft.util declared as DimensionSavedDataManagerModifier and TypeFieldDescriptionprivate final DimensionSavedDataManagerWorldOptimizer.overworldDataStorage - 
Uses of DimensionSavedDataManager in net.minecraft.world.chunk.storage
Method parameters in net.minecraft.world.chunk.storage with type arguments of type DimensionSavedDataManagerModifier and TypeMethodDescriptionChunkLoader.upgradeChunkTag(RegistryKey<World> p_235968_1_, Supplier<DimensionSavedDataManager> p_235968_2_, CompoundNBT p_235968_3_)  - 
Uses of DimensionSavedDataManager in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type DimensionSavedDataManagerModifier and TypeMethodDescriptionstatic LegacyStructureDataUtilLegacyStructureDataUtil.getLegacyStructureHandler(RegistryKey<World> p_236992_0_, DimensionSavedDataManager p_236992_1_) private voidLegacyStructureDataUtil.populateCaches(DimensionSavedDataManager p_212184_1_) Constructors in net.minecraft.world.gen.feature.structure with parameters of type DimensionSavedDataManagerModifierConstructorDescriptionLegacyStructureDataUtil(DimensionSavedDataManager p_i51349_1_, List<String> p_i51349_2_, List<String> p_i51349_3_)  - 
Uses of DimensionSavedDataManager in net.minecraft.world.server
Fields in net.minecraft.world.server declared as DimensionSavedDataManagerModifier and TypeFieldDescriptionprivate final DimensionSavedDataManagerServerChunkProvider.dataStorageFields in net.minecraft.world.server with type parameters of type DimensionSavedDataManagerModifier and TypeFieldDescriptionprivate final Supplier<DimensionSavedDataManager>ChunkManager.overworldDataStorageMethods in net.minecraft.world.server that return DimensionSavedDataManagerModifier and TypeMethodDescriptionServerChunkProvider.getDataStorage()ServerWorld.getDataStorage()Constructor parameters in net.minecraft.world.server with type arguments of type DimensionSavedDataManagerModifierConstructorDescriptionChunkManager(ServerWorld p_i232602_1_, SaveFormat.LevelSave p_i232602_2_, com.mojang.datafixers.DataFixer p_i232602_3_, TemplateManager p_i232602_4_, Executor p_i232602_5_, ThreadTaskExecutor<Runnable> p_i232602_6_, IChunkLightProvider p_i232602_7_, ChunkGenerator p_i232602_8_, IChunkStatusListener p_i232602_9_, Supplier<DimensionSavedDataManager> p_i232602_10_, int p_i232602_11_, boolean p_i232602_12_) ServerChunkProvider(ServerWorld p_i232603_1_, SaveFormat.LevelSave p_i232603_2_, com.mojang.datafixers.DataFixer p_i232603_3_, TemplateManager p_i232603_4_, Executor p_i232603_5_, ChunkGenerator p_i232603_6_, int p_i232603_7_, boolean p_i232603_8_, IChunkStatusListener p_i232603_9_, Supplier<DimensionSavedDataManager> p_i232603_10_)  - 
Uses of DimensionSavedDataManager in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as DimensionSavedDataManagerConstructors in net.minecraft.world.storage with parameters of type DimensionSavedDataManager