Interface GenerationTask

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GenerationTask
A task called when a chunk needs to be generated.
Mappings:
Namespace Name
named net/minecraft/world/chunk/GenerationTask
intermediary net/minecraft/class_2807
official dzv
  • Method Details Link icon

    • doWork Link icon

      Mappings:
      Namespace Name Mixin selector
      named doWork Lnet/minecraft/world/chunk/GenerationTask;doWork(Lnet/minecraft/world/chunk/ChunkGenerationContext;Lnet/minecraft/world/chunk/ChunkGenerationStep;Lnet/minecraft/util/collection/BoundedRegionArray;Lnet/minecraft/world/chunk/Chunk;)Ljava/util/concurrent/CompletableFuture;
      intermediary doWork Lnet/minecraft/class_2807;doWork(Lnet/minecraft/class_9312;Lnet/minecraft/class_9770;Lnet/minecraft/class_9762;Lnet/minecraft/class_2791;)Ljava/util/concurrent/CompletableFuture;
      official doWork Ldzv;doWork(Ldzz;Ldzx;Lazt;Ldyt;)Ljava/util/concurrent/CompletableFuture;