Uses of Class
net.minecraft.world.level.storage.LevelStorage.Session
Packages that use LevelStorage.Session
Package
Description
The base package for all Minecraft classes.
-
Uses of LevelStorage.Session in net.minecraft
Methods in net.minecraft with parameters of type LevelStorage.SessionModifier and TypeMethodDescriptionstatic class_6904.class_6905class_6904.class_6905.loadFromWorld(LevelStorage.Session session) static class_6904.class_6907class_6904.class_6907.loadFromWorld(LevelStorage.Session session) -
Uses of LevelStorage.Session in net.minecraft.client
Methods in net.minecraft.client with parameters of type LevelStorage.SessionModifier and TypeMethodDescriptionprivate static ResourcePackManagerMinecraftClient.createServerDataManager(LevelStorage.Session session) MinecraftClient.method_40186(LevelStorage.Session session, boolean bool) Method parameters in net.minecraft.client with type arguments of type LevelStorage.SessionModifier and TypeMethodDescriptionprivate voidMinecraftClient.startIntegratedServer(String worldName, Function<LevelStorage.Session, class_6904.class_6905> function, Function<LevelStorage.Session, class_6904.class_6907> function2, boolean bool, MinecraftClient.WorldLoadAction worldLoadAction) -
Uses of LevelStorage.Session in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelStorage.SessionModifier and TypeFieldDescriptionprivate final LevelStorage.SessionEditWorldScreen.storageSessionMethods in net.minecraft.client.gui.screen.world with parameters of type LevelStorage.SessionModifier and TypeMethodDescriptionstatic 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.SessionModifierConstructorDescriptionEditWorldScreen(BooleanConsumer callback, LevelStorage.Session storageSession) privateOptimizeWorldScreen(BooleanConsumer callback, com.mojang.datafixers.DataFixer dataFixer, LevelStorage.Session storageSession, LevelInfo levelInfo, boolean eraseCache, GeneratorOptions generatorOptions) -
Uses of LevelStorage.Session in net.minecraft.server
Fields in net.minecraft.server declared as LevelStorage.SessionMethods in net.minecraft.server with parameters of type LevelStorage.SessionModifier and TypeMethodDescriptionprivate static voidMain.forceUpgradeWorld(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, boolean eraseCache, BooleanSupplier continueCheck, GeneratorOptions generatorOptions) Constructors in net.minecraft.server with parameters of type LevelStorage.SessionModifierConstructorDescriptionMinecraftServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, Proxy proxy, com.mojang.datafixers.DataFixer dataFixer, @Nullable com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, @Nullable com.mojang.authlib.GameProfileRepository gameProfileRepository, @Nullable UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of LevelStorage.Session in net.minecraft.server.dedicated
Constructors in net.minecraft.server.dedicated with parameters of type LevelStorage.SessionModifierConstructorDescriptionMinecraftDedicatedServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, ServerPropertiesLoader serverPropertiesLoader, com.mojang.datafixers.DataFixer dataFixer, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of LevelStorage.Session in net.minecraft.server.integrated
Constructors in net.minecraft.server.integrated with parameters of type LevelStorage.SessionModifierConstructorDescriptionIntegratedServer(Thread serverThread, MinecraftClient client, LevelStorage.Session session, ResourcePackManager resourcePackManager, class_6904 class_6904, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache, WorldGenerationProgressListenerFactory worldGenerationProgressListenerFactory) -
Uses of LevelStorage.Session in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type LevelStorage.SessionModifierConstructorDescriptionServerChunkManager(ServerWorld world, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, StructureManager structureManager, Executor workerExecutor, ChunkGenerator chunkGenerator, int viewDistance, int simulationDistance, boolean dsync, WorldGenerationProgressListener worldGenerationProgressListener, ChunkStatusChangeListener chunkStatusChangeListener, Supplier<PersistentStateManager> persistentStateManagerFactory) ServerWorld(MinecraftServer server, Executor workerExecutor, LevelStorage.Session session, ServerWorldProperties properties, RegistryKey<World> worldKey, RegistryEntry<DimensionType> registryEntry, WorldGenerationProgressListener worldGenerationProgressListener, ChunkGenerator chunkGenerator, boolean debugWorld, long seed, List<Spawner> spawners, boolean shouldTickTime) ThreadedAnvilChunkStorage(ServerWorld world, 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> persistentStateManagerFactory, int viewDistance, boolean dsync) -
Uses of LevelStorage.Session in net.minecraft.structure
Constructors in net.minecraft.structure with parameters of type LevelStorage.SessionModifierConstructorDescriptionStructureManager(ResourceManager resourceManager, LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer) -
Uses of LevelStorage.Session in net.minecraft.test
Methods in net.minecraft.test with parameters of type LevelStorage.SessionModifier and TypeMethodDescriptionstatic TestServerTestServer.create(Thread thread, LevelStorage.Session session, ResourcePackManager resourcePackManager, Collection<GameTestBatch> batches, BlockPos pos) Constructors in net.minecraft.test with parameters of type LevelStorage.SessionModifierConstructorDescriptionprivateTestServer(Thread serverThread, LevelStorage.Session session, ResourcePackManager dataPackManager, class_6904 serverResourceManager, Collection<GameTestBatch> batches, BlockPos pos) -
Uses of LevelStorage.Session in net.minecraft.world
Constructors in net.minecraft.world with parameters of type LevelStorage.SessionModifierConstructorDescriptionWorldSaveHandler(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 -
Uses of LevelStorage.Session in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as LevelStorage.SessionConstructors in net.minecraft.world.updater with parameters of type LevelStorage.SessionModifierConstructorDescriptionWorldUpdater(LevelStorage.Session session, com.mojang.datafixers.DataFixer dataFixer, GeneratorOptions generatorOptions, boolean eraseCache)