Interface ChunkStatus.GenerationTask

All Known Subinterfaces:
ChunkStatus.SimpleGenerationTask
Enclosing class:
ChunkStatus

private static interface ChunkStatus.GenerationTask
A task called when a chunk needs to be generated.
Mappings:
Namespace Name
official dau$b
intermediary net/minecraft/class_2806$class_2807
named net/minecraft/world/chunk/ChunkStatus$GenerationTask
  • Method Details

    • doWork

      CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>> doWork(ChunkStatus targetStatus, Executor executor, ServerWorld world, ChunkGenerator generator, StructureTemplateManager structureTemplateManager, ServerLightingProvider lightingProvider, Function<Chunk,CompletableFuture<com.mojang.datafixers.util.Either<Chunk,ChunkHolder.Unloaded>>> fullChunkConverter, List<Chunk> chunks, Chunk chunk, boolean regenerate)
      Parameters:
      targetStatus - the status the chunk will be set to after the task is completed
      fullChunkConverter - a function that can convert a raw chunk to a full chunk
      Mappings:
      Namespace Name Mixin selector
      official doWork Ldau$b;doWork(Ldau;Ljava/util/concurrent/Executor;Lahm;Ldaq;Ldsi;Lahp;Ljava/util/function/Function;Ljava/util/List;Ldap;Z)Ljava/util/concurrent/CompletableFuture;
      intermediary doWork Lnet/minecraft/class_2806$class_2807;doWork(Lnet/minecraft/class_2806;Ljava/util/concurrent/Executor;Lnet/minecraft/class_3218;Lnet/minecraft/class_2794;Lnet/minecraft/class_3485;Lnet/minecraft/class_3227;Ljava/util/function/Function;Ljava/util/List;Lnet/minecraft/class_2791;Z)Ljava/util/concurrent/CompletableFuture;
      named doWork Lnet/minecraft/world/chunk/ChunkStatus$GenerationTask;doWork(Lnet/minecraft/world/chunk/ChunkStatus;Ljava/util/concurrent/Executor;Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/gen/chunk/ChunkGenerator;Lnet/minecraft/structure/StructureTemplateManager;Lnet/minecraft/server/world/ServerLightingProvider;Ljava/util/function/Function;Ljava/util/List;Lnet/minecraft/world/chunk/Chunk;Z)Ljava/util/concurrent/CompletableFuture;