Package net.minecraft.world.storage
Class RecreationStorage
java.lang.Object
net.minecraft.world.storage.ChunkPosKeyedStorage
net.minecraft.world.storage.RecreationStorage
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/world/storage/RecreationStorageintermediary net/minecraft/class_9171official eah
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionRecreationStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes)  - 
Method Summary
Methods inherited from class net.minecraft.world.storage.ChunkPosKeyedStorage
completeAll, getStorageKey, read, update, update 
- 
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 aLeah;a:Leaf;
 - 
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 bLeah;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) - 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;)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;)Vofficial <init>Leah;<init>(Leam;Ljava/nio/file/Path;Leam;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;ZLban;)V
 
 - 
 - 
Method Details
- 
set
- Overrides:
 setin classChunkPosKeyedStorage- Mappings:
 Namespace Name Mixin selector named setLnet/minecraft/world/storage/ChunkPosKeyedStorage;set(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;)Ljava/util/concurrent/CompletableFuture;intermediary method_56565Lnet/minecraft/class_9172;method_56565(Lnet/minecraft/class_1923;Lnet/minecraft/class_2487;)Ljava/util/concurrent/CompletableFuture;official aLeap;a(Ldfp;Ltq;)Ljava/util/concurrent/CompletableFuture;
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Overrides:
 closein classChunkPosKeyedStorage- Throws:
 IOException
 
 -