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/RecreatedChunkStorage
intermediary net/minecraft/class_9170
official dvk
-
Field Summary
Fields inherited from class net.minecraft.world.storage.VersionedChunkStorage
dataFixer, FEATURE_UPDATING_VERSION
-
Constructor Summary
ConstructorDescriptionRecreatedChunkStorage
(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync) -
Method Summary
Methods inherited from class net.minecraft.world.storage.VersionedChunkStorage
completeAll, getDataVersion, getNbt, getWorker, markFeatureUpdateResolved, needsBlending, saveContextToNbt, updateChunkNbt
-
Field Details
-
recreationWorker
- Mappings:
Namespace Name Mixin selector named recreationWorker
Lnet/minecraft/world/storage/RecreatedChunkStorage;recreationWorker:Lnet/minecraft/world/storage/StorageIoWorker;
intermediary field_48748
Lnet/minecraft/class_9170;field_48748:Lnet/minecraft/class_4698;
official a
Ldvk;a:Ldvj;
-
outputDirectory
- Mappings:
Namespace Name Mixin selector named outputDirectory
Lnet/minecraft/world/storage/RecreatedChunkStorage;outputDirectory:Ljava/nio/file/Path;
intermediary field_48749
Lnet/minecraft/class_9170;field_48749:Ljava/nio/file/Path;
official b
Ldvk;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)V
intermediary <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)V
official <init>
Ldvk;<init>(Ldvq;Ljava/nio/file/Path;Ldvq;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;Z)V
-
-
Method Details
-
setNbt
- Overrides:
setNbt
in classVersionedChunkStorage
- Mappings:
Namespace Name Mixin selector named setNbt
Lnet/minecraft/world/storage/VersionedChunkStorage;setNbt(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;)Ljava/util/concurrent/CompletableFuture;
intermediary method_17910
Lnet/minecraft/class_3977;method_17910(Lnet/minecraft/class_1923;Lnet/minecraft/class_2487;)Ljava/util/concurrent/CompletableFuture;
official a
Ldvh;a(Ldbh;Lus;)Ljava/util/concurrent/CompletableFuture;
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classVersionedChunkStorage
- Throws:
IOException
-