Uses of Class
net.minecraft.world.level.storage.LevelStorage.Session
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.client | |
| net.minecraft.client.gui.screen.world | |
| net.minecraft.server | |
| net.minecraft.server.dedicated | |
| net.minecraft.server.integrated | |
| net.minecraft.server.world | |
| net.minecraft.structure | |
| net.minecraft.world | |
| net.minecraft.world.level.storage | |
| net.minecraft.world.updater |
-
Uses of LevelStorage.Session in net.minecraft
Constructors in net.minecraft with parameters of type LevelStorage.Session Constructor Description class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl)class_6306(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, Collection<GameTestBatch> collection, BlockPos blockPos, DynamicRegistryManager.Impl impl, Registry<Biome> registry, Registry<DimensionType> registry2) -
Uses of LevelStorage.Session in net.minecraft.client
Methods in net.minecraft.client with parameters of type LevelStorage.Session 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)static SavePropertiesMinecraftClient. createSaveProperties(LevelStorage.Session session, DynamicRegistryManager.Impl registryTracker, ResourceManager resourceManager, DataPackSettings dataPackSettings)static DataPackSettingsMinecraftClient. loadDataPackSettings(LevelStorage.Session storageSession) -
Uses of LevelStorage.Session in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelStorage.Session Modifier and Type Field Description private LevelStorage.SessionEditWorldScreen. storageSessionMethods in net.minecraft.client.gui.screen.world with parameters of type LevelStorage.Session Modifier and Type Method Description static booleanEditWorldScreen. backupLevel(LevelStorage.Session storageSession)static @Nullable OptimizeWorldScreenOptimizeWorldScreen. create(MinecraftClient client, BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, boolean eraseCache)Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelStorage.Session Constructor Description EditWorldScreen(BooleanConsumer callback, LevelStorage.Session storageSession)OptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, ImmutableSet<RegistryKey<World>> worlds) -
Uses of LevelStorage.Session in net.minecraft.server
Fields in net.minecraft.server declared as LevelStorage.Session Modifier and Type Field Description protected LevelStorage.SessionMinecraftServer. sessionMethods in net.minecraft.server with parameters of type LevelStorage.Session Modifier and Type Method Description static voidMinecraftServer. convertLevel(LevelStorage.Session session)private static voidMain. forceUpgradeWorld(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, boolean eraseCache, BooleanSupplier booleanSupplier, ImmutableSet<RegistryKey<World>> worlds)Constructors in net.minecraft.server with parameters of type LevelStorage.Session 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 LevelStorage.Session in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type LevelStorage.Session 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 LevelStorage.Session in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type LevelStorage.Session 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 LevelStorage.Session in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type LevelStorage.Session Constructor Description ServerChunkManager(ServerWorld world, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, StructureManager structureManager, Executor workerExecutor, ChunkGenerator chunkGenerator, int viewDistance, boolean bool, WorldGenerationProgressListener worldGenerationProgressListener, ChunkStatusChangeListener chunkStatusChangeListener, Supplier<PersistentStateManager> supplier)ServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, DimensionType dimensionType, WorldGenerationProgressListener worldGenerationProgressListener, ChunkGenerator chunkGenerator, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime)ThreadedAnvilChunkStorage(ServerWorld serverWorld, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, StructureManager structureManager, Executor executor, ThreadExecutor<Runnable> mainThreadExecutor, ChunkProvider chunkProvider, ChunkGenerator chunkGenerator, WorldGenerationProgressListener worldGenerationProgressListener, ChunkStatusChangeListener chunkStatusChangeListener, Supplier<PersistentStateManager> supplier, int int2, boolean bool) -
Uses of LevelStorage.Session in net.minecraft.structure
Constructors in net.minecraft.structure with parameters of type LevelStorage.Session Constructor Description StructureManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer) -
Uses of LevelStorage.Session in net.minecraft.world
Constructors in net.minecraft.world with parameters of type LevelStorage.Session Constructor Description WorldSaveHandler(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer) -
Uses of LevelStorage.Session in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelStorage.Session Modifier and Type Method Description LevelStorage.SessionLevelStorage. createSession(String directoryName)Methods in net.minecraft.world.level.storage with parameters of type LevelStorage.Session Modifier and Type Method Description (package private) static booleanAnvilLevelStorage. convertLevel(LevelStorage.Session storageSession, ProgressListener progressListener)private static voidAnvilLevelStorage. makeMcrLevelDatBackup(LevelStorage.Session storageSession) -
Uses of LevelStorage.Session in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as LevelStorage.Session Modifier and Type Field Description private LevelStorage.SessionWorldUpdater. sessionConstructors in net.minecraft.world.updater with parameters of type LevelStorage.Session Constructor Description WorldUpdater(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, ImmutableSet<RegistryKey<World>> worlds, boolean eraseCache)