Package net.minecraft.world.chunk
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.
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 dwa
-
Method Summary
Modifier and TypeMethodDescriptiondoWork
(ChunkGenerationContext context, ChunkGenerationStep step, BoundedRegionArray<AbstractChunkHolder> boundedRegionArray, Chunk chunk)
-
Method Details
-
doWork
CompletableFuture<Chunk> doWork(ChunkGenerationContext context, ChunkGenerationStep step, BoundedRegionArray<AbstractChunkHolder> boundedRegionArray, Chunk chunk) - 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
Ldwa;doWork(Ldwe;Ldwc;Lazi;Lduy;)Ljava/util/concurrent/CompletableFuture;
-