Uses of Class
net.minecraft.world.storage.SaveFormat.LevelSave
Packages that use SaveFormat.LevelSave
Package
Description
- 
Uses of SaveFormat.LevelSave in net.minecraft.client
Methods in net.minecraft.client with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionstatic DatapackCodecMinecraft.loadDataPacks(SaveFormat.LevelSave p_238180_0_) static IServerConfigurationMinecraft.loadWorldData(SaveFormat.LevelSave p_238181_0_, DynamicRegistries.Impl p_238181_1_, IResourceManager p_238181_2_, DatapackCodec p_238181_3_) Minecraft.makeServerStem(DynamicRegistries.Impl p_238189_1_, Function<SaveFormat.LevelSave, DatapackCodec> p_238189_2_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238189_3_, boolean p_238189_4_, SaveFormat.LevelSave p_238189_5_) Method parameters in net.minecraft.client with type arguments of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionprivate voidMinecraft.loadWorld(String p_238195_1_, DynamicRegistries.Impl p_238195_2_, Function<SaveFormat.LevelSave, DatapackCodec> p_238195_3_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238195_4_, boolean p_238195_5_, Minecraft.WorldSelectionType p_238195_6_, boolean creating) private voidMinecraft.loadWorld(String p_238195_1_, DynamicRegistries.Impl p_238195_2_, Function<SaveFormat.LevelSave, DatapackCodec> p_238195_3_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238195_4_, boolean p_238195_5_, Minecraft.WorldSelectionType p_238195_6_, boolean creating) Minecraft.makeServerStem(DynamicRegistries.Impl p_238189_1_, Function<SaveFormat.LevelSave, DatapackCodec> p_238189_2_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238189_3_, boolean p_238189_4_, SaveFormat.LevelSave p_238189_5_) Minecraft.makeServerStem(DynamicRegistries.Impl p_238189_1_, Function<SaveFormat.LevelSave, DatapackCodec> p_238189_2_, com.mojang.datafixers.util.Function4<SaveFormat.LevelSave, DynamicRegistries.Impl, IResourceManager, DatapackCodec, IServerConfiguration> p_238189_3_, boolean p_238189_4_, SaveFormat.LevelSave p_238189_5_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as SaveFormat.LevelSaveMethods in net.minecraft.client.gui.screen with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionstatic OptimizeWorldScreenOptimizeWorldScreen.create(Minecraft p_239025_0_, it.unimi.dsi.fastutil.booleans.BooleanConsumer p_239025_1_, com.mojang.datafixers.DataFixer p_239025_2_, SaveFormat.LevelSave p_239025_3_, boolean p_239025_4_) static booleanEditWorldScreen.makeBackupAndShowToast(SaveFormat.LevelSave p_239019_0_) Constructors in net.minecraft.client.gui.screen with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionEditWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232318_1_, SaveFormat.LevelSave p_i232318_2_) privateOptimizeWorldScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232319_1_, com.mojang.datafixers.DataFixer p_i232319_2_, SaveFormat.LevelSave p_i232319_3_, WorldSettings p_i232319_4_, boolean p_i232319_5_, com.google.common.collect.ImmutableSet<RegistryKey<World>> p_i232319_6_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.server
Fields in net.minecraft.server declared as SaveFormat.LevelSaveModifier and TypeFieldDescriptionprotected final SaveFormat.LevelSaveMinecraftServer.storageSourceMethods in net.minecraft.server with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionstatic voidMinecraftServer.convertFromRegionFormatIfNeeded(SaveFormat.LevelSave p_240777_0_) private static voidMain.forceUpgrade(SaveFormat.LevelSave p_240761_0_, com.mojang.datafixers.DataFixer p_240761_1_, boolean p_240761_2_, BooleanSupplier p_240761_3_, com.google.common.collect.ImmutableSet<RegistryKey<World>> p_240761_4_) Constructors in net.minecraft.server with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionMinecraftServer(Thread p_i232576_1_, DynamicRegistries.Impl p_i232576_2_, SaveFormat.LevelSave p_i232576_3_, IServerConfiguration p_i232576_4_, ResourcePackList p_i232576_5_, Proxy p_i232576_6_, com.mojang.datafixers.DataFixer p_i232576_7_, DataPackRegistries p_i232576_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232576_9_, com.mojang.authlib.GameProfileRepository p_i232576_10_, PlayerProfileCache p_i232576_11_, IChunkStatusListenerFactory p_i232576_12_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionDedicatedServer(Thread p_i232601_1_, DynamicRegistries.Impl p_i232601_2_, SaveFormat.LevelSave p_i232601_3_, ResourcePackList p_i232601_4_, DataPackRegistries p_i232601_5_, IServerConfiguration p_i232601_6_, ServerPropertiesProvider p_i232601_7_, com.mojang.datafixers.DataFixer p_i232601_8_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232601_9_, com.mojang.authlib.GameProfileRepository p_i232601_10_, PlayerProfileCache p_i232601_11_, IChunkStatusListenerFactory p_i232601_12_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionIntegratedServer(Thread p_i232494_1_, Minecraft p_i232494_2_, DynamicRegistries.Impl p_i232494_3_, SaveFormat.LevelSave p_i232494_4_, ResourcePackList p_i232494_5_, DataPackRegistries p_i232494_6_, IServerConfiguration p_i232494_7_, com.mojang.authlib.minecraft.MinecraftSessionService p_i232494_8_, com.mojang.authlib.GameProfileRepository p_i232494_9_, PlayerProfileCache p_i232494_10_, IChunkStatusListenerFactory p_i232494_11_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.util
Fields in net.minecraft.util declared as SaveFormat.LevelSaveConstructors in net.minecraft.util with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionWorldOptimizer(SaveFormat.LevelSave p_i231486_1_, com.mojang.datafixers.DataFixer p_i231486_2_, com.google.common.collect.ImmutableSet<RegistryKey<World>> p_i231486_3_, boolean p_i231486_4_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.world.gen.feature.template
Constructors in net.minecraft.world.gen.feature.template with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionTemplateManager(IResourceManager p_i232119_1_, SaveFormat.LevelSave p_i232119_2_, com.mojang.datafixers.DataFixer p_i232119_3_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.world.server
Constructors in net.minecraft.world.server with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionChunkManager(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_) ServerWorld(MinecraftServer p_i241885_1_, Executor p_i241885_2_, SaveFormat.LevelSave p_i241885_3_, IServerWorldInfo p_i241885_4_, RegistryKey<World> p_i241885_5_, DimensionType p_i241885_6_, IChunkStatusListener p_i241885_7_, ChunkGenerator p_i241885_8_, boolean p_i241885_9_, long p_i241885_10_, List<ISpecialSpawner> p_i241885_12_, boolean p_i241885_13_)  - 
Uses of SaveFormat.LevelSave in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return SaveFormat.LevelSaveMethods in net.minecraft.world.storage with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescription(package private) static booleanAnvilSaveConverter.convertLevel(SaveFormat.LevelSave p_237330_0_, IProgressUpdate p_237330_1_) private static BiFunction<File,com.mojang.datafixers.DataFixer, ServerWorldInfo> SaveFormat.getReader(com.mojang.serialization.DynamicOps<INBT> p_237270_0_, DatapackCodec p_237270_1_, SaveFormat.LevelSave levelSave) private static voidAnvilSaveConverter.makeMcrLevelDatBackup(SaveFormat.LevelSave p_237329_0_) Constructors in net.minecraft.world.storage with parameters of type SaveFormat.LevelSaveModifierConstructorDescriptionPlayerData(SaveFormat.LevelSave p_i232157_1_, com.mojang.datafixers.DataFixer p_i232157_2_)  - 
Uses of SaveFormat.LevelSave in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionForgeMod.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) voidForgeMod.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)  - 
Uses of SaveFormat.LevelSave in net.minecraftforge.fml
Methods in net.minecraftforge.fml with parameters of type SaveFormat.LevelSaveModifier and TypeMethodDescriptionFMLWorldPersistenceHook.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) WorldPersistenceHooks.WorldPersistenceHook.getDataForWriting(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo) static voidWorldPersistenceHooks.handleWorldDataLoad(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) static voidWorldPersistenceHooks.handleWorldDataSave(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tagCompound) voidFMLWorldPersistenceHook.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag) voidWorldPersistenceHooks.WorldPersistenceHook.readData(SaveFormat.LevelSave levelSave, IServerConfiguration serverInfo, CompoundNBT tag)