static interface ChunkStatus.ISelectiveWorker extends ChunkStatus.IGenerationWorker
Modifier and Type | Method and Description |
---|---|
default java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> |
doWork(ChunkStatus p_doWork_1_,
ServerWorld p_doWork_2_,
ChunkGenerator<?> p_doWork_3_,
TemplateManager p_doWork_4_,
ServerWorldLightManager p_doWork_5_,
java.util.function.Function<IChunk,java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>>> p_doWork_6_,
java.util.List<IChunk> p_doWork_7_,
IChunk p_doWork_8_) |
void |
doWork(ServerWorld p_doWork_1_,
ChunkGenerator<?> p_doWork_2_,
java.util.List<IChunk> p_doWork_3_,
IChunk p_doWork_4_) |
default java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>> doWork(ChunkStatus p_doWork_1_, ServerWorld p_doWork_2_, ChunkGenerator<?> p_doWork_3_, TemplateManager p_doWork_4_, ServerWorldLightManager p_doWork_5_, java.util.function.Function<IChunk,java.util.concurrent.CompletableFuture<com.mojang.datafixers.util.Either<IChunk,ChunkHolder.IChunkLoadingError>>> p_doWork_6_, java.util.List<IChunk> p_doWork_7_, IChunk p_doWork_8_)
doWork
in interface ChunkStatus.IGenerationWorker
void doWork(ServerWorld p_doWork_1_, ChunkGenerator<?> p_doWork_2_, java.util.List<IChunk> p_doWork_3_, IChunk p_doWork_4_)