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/RecreationStorage
intermediary net/minecraft/class_9171
official dvl
-
Field Summary
-
Constructor Summary
ConstructorDescriptionRecreationStorage
(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, read, update, update
-
Field Details
-
recreationWorker
- Mappings:
Namespace Name Mixin selector named recreationWorker
Lnet/minecraft/world/storage/RecreationStorage;recreationWorker:Lnet/minecraft/world/storage/StorageIoWorker;
intermediary field_48750
Lnet/minecraft/class_9171;field_48750:Lnet/minecraft/class_4698;
official a
Ldvl;a:Ldvj;
-
outputDirectory
- Mappings:
Namespace Name Mixin selector named outputDirectory
Lnet/minecraft/world/storage/RecreationStorage;outputDirectory:Ljava/nio/file/Path;
intermediary field_48751
Lnet/minecraft/class_9171;field_48751:Ljava/nio/file/Path;
official b
Ldvl;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;)V
intermediary <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;)V
official <init>
Ldvl;<init>(Ldvq;Ljava/nio/file/Path;Ldvq;Ljava/nio/file/Path;Lcom/mojang/datafixers/DataFixer;ZLbag;)V
-
-
Method Details
-
set
- Overrides:
set
in classChunkPosKeyedStorage
- Mappings:
Namespace Name Mixin selector named set
Lnet/minecraft/world/storage/ChunkPosKeyedStorage;set(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;)Ljava/util/concurrent/CompletableFuture;
intermediary method_56565
Lnet/minecraft/class_9172;method_56565(Lnet/minecraft/class_1923;Lnet/minecraft/class_2487;)Ljava/util/concurrent/CompletableFuture;
official a
Ldvs;a(Ldbh;Lus;)Ljava/util/concurrent/CompletableFuture;
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classChunkPosKeyedStorage
- Throws:
IOException
-