Package net.minecraft.world.chunk
Interface ChunkStatus.NoGenTask
- Enclosing class:
- ChunkStatus
static interface ChunkStatus.NoGenTask
-
Method Summary
Modifier and Type Method Description CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>doWork(ChunkStatus chunkStatus, ServerWorld serverWorld, StructureManager structureManager, ServerLightingProvider serverLightingProvider, Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function, Chunk chunk)
-
Method Details
-
doWork
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> doWork(ChunkStatus chunkStatus, ServerWorld serverWorld, StructureManager structureManager, ServerLightingProvider serverLightingProvider, Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function, Chunk chunk)
-