Interface NbtScannable

All Known Implementing Classes:
StorageIoWorker

public interface NbtScannable
Mappings:
Namespace Name
official dbo
intermediary net/minecraft/class_6830
named net/minecraft/world/storage/NbtScannable
  • Method Details

    • scanChunk

      CompletableFuture<Void> scanChunk(ChunkPos pos, NbtScanner scanner)
      Mappings:
      Namespace Name Mixin selector
      official a Ldbo;a(Lcjd;Lrf;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_39795 Lnet/minecraft/class_6830;method_39795(Lnet/minecraft/class_1923;Lnet/minecraft/class_6836;)Ljava/util/concurrent/CompletableFuture;
      named scanChunk Lnet/minecraft/world/storage/NbtScannable;scanChunk(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/nbt/scanner/NbtScanner;)Ljava/util/concurrent/CompletableFuture;