static class StorageIoWorker.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
private CompletableFuture<Void> |
future |
private CompoundTag |
nbt |
| Constructor and Description |
|---|
Result(CompoundTag compoundTag) |
@Nullable private CompoundTag nbt
private final CompletableFuture<Void> future
public Result(@Nullable CompoundTag compoundTag)