Package net.minecraft.world.storage
Class RecreatedChunkStorage
java.lang.Object
net.minecraft.world.storage.VersionedChunkStorage
net.minecraft.world.storage.RecreatedChunkStorage
- All Implemented Interfaces:
 AutoCloseable
- Mappings:
 Namespace Name named net/minecraft/world/storage/RecreatedChunkStorageintermediary net/minecraft/class_9170official eag
- 
Field Summary
FieldsFields inherited from class net.minecraft.world.storage.VersionedChunkStorage
dataFixer, FEATURE_UPDATING_VERSION - 
Constructor Summary
ConstructorsConstructorDescriptionRecreatedChunkStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()setNbt(ChunkPos chunkPos, Supplier<NbtCompound> nbtSupplier) Methods inherited from class net.minecraft.world.storage.VersionedChunkStorage
completeAll, getDataVersion, getNbt, getStorageKey, getWorker, markFeatureUpdateResolved, needsBlending, saveContextToNbt, updateChunkNbt 
- 
Field Details
- 
recreationWorker
- Mappings:
 Namespace Name Mixin selector named recreationWorkerLnet/minecraft/world/storage/RecreatedChunkStorage;recreationWorker:Lnet/minecraft/world/storage/StorageIoWorker;intermediary field_48748Lnet/minecraft/class_9170;field_48748:Lnet/minecraft/class_4698;official aLeag;a:Leaf;
 - 
outputDirectory
- Mappings:
 Namespace Name Mixin selector named outputDirectoryLnet/minecraft/world/storage/RecreatedChunkStorage;outputDirectory:Ljava/nio/file/Path;intermediary field_48749Lnet/minecraft/class_9170;field_48749:Ljava/nio/file/Path;official bLeag;b:Ljava/nio/file/Path;
 
 - 
 - 
Constructor Details
- 
RecreatedChunkStorage
public RecreatedChunkStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/world/storage/RecreatedChunkStorage;<init>(Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;Lnet/minecraft/world/storage/StorageKey;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;Z)Vintermediary <init>Lnet/minecraft/class_9170;<init>(Lnet/minecraft/class_9240;Ljava/nio/file/Path;Lnet/minecraft/class_9240;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;Z)Vofficial <init>Leag;<init>(Leam;Ljava/nio/file/Path;Leam;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;Z)V
 
 - 
 - 
Method Details
- 
setNbt
- Overrides:
 setNbtin classVersionedChunkStorage- Mappings:
 Namespace Name Mixin selector named setNbtLnet/minecraft/world/storage/VersionedChunkStorage;setNbt(Lnet/minecraft/util/math/ChunkPos;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;intermediary method_17910Lnet/minecraft/class_3977;method_17910(Lnet/minecraft/class_1923;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;official aLead;a(Ldfp;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Overrides:
 closein classVersionedChunkStorage- Throws:
 IOException
 
 -