Interface ChunkStatusTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondoWork
(WorldGenContext p_347520_, ChunkStep p_347546_, StaticCache2D<GenerationChunkHolder> p_347485_, ChunkAccess p_347617_)
-
Method Details
-
doWork
CompletableFuture<ChunkAccess> doWork(WorldGenContext p_347520_, ChunkStep p_347546_, StaticCache2D<GenerationChunkHolder> p_347485_, ChunkAccess p_347617_)
-