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_342387_, ChunkStep p_344134_, StaticCache2D<GenerationChunkHolder> p_345304_, ChunkAccess p_344075_)
-
Method Details
-
doWork
CompletableFuture<ChunkAccess> doWork(WorldGenContext p_342387_, ChunkStep p_344134_, StaticCache2D<GenerationChunkHolder> p_345304_, ChunkAccess p_344075_)
-