Package net.minecraft.world.chunk
Interface ChunkStatus.Task
- All Known Subinterfaces:
ChunkStatus.SimpleTask
- Enclosing class:
- ChunkStatus
static interface ChunkStatus.Task
-
Method Summary
Modifier and Type Method Description CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>doWork(ChunkStatus targetStatus, ServerWorld serverWorld, ChunkGenerator generator, StructureManager structureManager, ServerLightingProvider serverLightingProvider, Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function, List<Chunk> list, Chunk chunk)
-
Method Details
-
doWork
CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> doWork(ChunkStatus targetStatus, ServerWorld serverWorld, ChunkGenerator generator, StructureManager structureManager, ServerLightingProvider serverLightingProvider, Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> function, List<Chunk> list, Chunk chunk)
-