Package net.minecraft.world.storage
Class RecreationStorage
java.lang.Object
net.minecraft.world.storage.VersionedChunkStorage
net.minecraft.world.storage.RecreationStorage
- All Implemented Interfaces:
AutoCloseable
- Mappings:
Namespace Name named net/minecraft/world/storage/RecreationStorageintermediary net/minecraft/class_9171official eqi
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRecreationStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes, Supplier<ChunkUpdater> updaterFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()set(ChunkPos chunkPos, Supplier<NbtCompound> chunkTagFactory) Methods inherited from class net.minecraft.world.storage.VersionedChunkStorage
completeAll, getNbt, getStorageKey, getWorker, markChunkDone, needsBlending, saveContextToNbt, setNbt, updateChunkNbt, updateChunkNbt, updateChunkNbt
-
Field Details
-
recreationWorker
- Mappings:
Namespace Name Mixin selector named recreationWorkerLnet/minecraft/world/storage/RecreationStorage;recreationWorker:Lnet/minecraft/world/storage/StorageIoWorker;intermediary field_48750Lnet/minecraft/class_9171;field_48750:Lnet/minecraft/class_4698;official aLeqi;a:Leqg;
-
outputDirectory
- Mappings:
Namespace Name Mixin selector named outputDirectoryLnet/minecraft/world/storage/RecreationStorage;outputDirectory:Ljava/nio/file/Path;intermediary field_48751Lnet/minecraft/class_9171;field_48751:Ljava/nio/file/Path;official bLeqi;b:Ljava/nio/file/Path;
-
-
Constructor Details
-
RecreationStorage
public RecreationStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes, Supplier<ChunkUpdater> updaterFactory) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/storage/RecreationStorage;<init>(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;ZLnet/minecraft/datafixer/DataFixTypes;Ljava/util/function/Supplier;)Vintermediary <init>Lnet/minecraft/class_9171;<init>(Lnet/minecraft/class_9240;Ljava/nio/file/Path;Lnet/minecraft/class_9240;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;ZLnet/minecraft/class_4284;Ljava/util/function/Supplier;)Vofficial <init>Leqi;<init>(Leqn;Ljava/nio/file/Path;Leqn;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;ZLbhs;Ljava/util/function/Supplier;)V
-
-
Method Details
-
set
- Overrides:
setin classVersionedChunkStorage- Mappings:
Namespace Name Mixin selector named setLnet/minecraft/world/storage/VersionedChunkStorage;set(Lnet/minecraft/util/math/ChunkPos;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;intermediary method_56565Lnet/minecraft/class_3977;method_56565(Lnet/minecraft/class_1923;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;official aLeqq;a(Ldug;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;
-
close
- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classVersionedChunkStorage- Throws:
IOException
-