Package net.minecraft.world.storage
Class StorageIoWorker.Result
java.lang.Object
net.minecraft.world.storage.StorageIoWorker.Result
- Enclosing class:
- StorageIoWorker
static class StorageIoWorker.Result extends Object
- Mappings:
Namespace Name official clh$aintermediary net/minecraft/class_4698$class_4699named net/minecraft/world/storage/StorageIoWorker$Result
-
Field Summary
Fields Modifier and Type Field Description private CompletableFuture<Void>futureprivate @Nullable CompoundTagnbt -
Constructor Summary
Constructors Constructor Description Result(@Nullable CompoundTag nbt) -
Method Summary
-
Field Details
-
nbt
- Mappings:
Namespace Name Mixin selector official aLclh$a;a:Lmr;intermediary field_21503Lnet/minecraft/class_4698$class_4699;field_21503:Lnet/minecraft/class_2487;named nbtLnet/minecraft/world/storage/StorageIoWorker$Result;nbt:Lnet/minecraft/nbt/CompoundTag;
-
future
- Mappings:
Namespace Name Mixin selector official bLclh$a;b:Ljava/util/concurrent/CompletableFuture;intermediary field_21504Lnet/minecraft/class_4698$class_4699;field_21504:Ljava/util/concurrent/CompletableFuture;named futureLnet/minecraft/world/storage/StorageIoWorker$Result;future:Ljava/util/concurrent/CompletableFuture;
-
-
Constructor Details
-
Result
- Mappings:
Namespace Name Mixin selector official <init>Lclh$a;<init>(Lmr;)Vintermediary <init>Lnet/minecraft/class_4698$class_4699;<init>(Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/world/storage/StorageIoWorker$Result;<init>(Lnet/minecraft/nbt/CompoundTag;)V
-