Class RecreationStorage

java.lang.Object
net.minecraft.world.storage.ChunkPosKeyedStorage
net.minecraft.world.storage.RecreationStorage
All Implemented Interfaces:
AutoCloseable

public class RecreationStorage extends ChunkPosKeyedStorage
Mappings:
Namespace Name
official dqb
intermediary net/minecraft/class_9171
named net/minecraft/world/storage/RecreationStorage
  • Field Details

    • recreationWorker

      private final StorageIoWorker recreationWorker
      Mappings:
      Namespace Name Mixin selector
      official a Ldqb;a:Ldpz;
      intermediary field_48750 Lnet/minecraft/class_9171;field_48750:Lnet/minecraft/class_4698;
      named recreationWorker Lnet/minecraft/world/storage/RecreationStorage;recreationWorker:Lnet/minecraft/world/storage/StorageIoWorker;
    • outputDirectory

      private final Path outputDirectory
      Mappings:
      Namespace Name Mixin selector
      official b Ldqb;b:Ljava/nio/file/Path;
      intermediary field_48751 Lnet/minecraft/class_9171;field_48751:Ljava/nio/file/Path;
      named outputDirectory Lnet/minecraft/world/storage/RecreationStorage;outputDirectory:Ljava/nio/file/Path;
  • Constructor Details

    • RecreationStorage

      public RecreationStorage(class_9240 class_9240, Path path, class_9240 class_92402, Path path2, com.mojang.datafixers.DataFixer dataFixer, boolean bool, DataFixTypes dataFixTypes)
  • Method Details

    • set

      Overrides:
      set in class ChunkPosKeyedStorage
      Mappings:
      Namespace Name Mixin selector
      official a Ldqi;a(Lcwg;Lta;)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;
      named set Lnet/minecraft/world/storage/ChunkPosKeyedStorage;set(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/NbtCompound;)Ljava/util/concurrent/CompletableFuture;
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class ChunkPosKeyedStorage
      Throws:
      IOException