public class TaskMiniChunkFiller extends java.lang.Object implements java.util.concurrent.Callable<FilledChunk>
Constructor and Description |
---|
TaskMiniChunkFiller(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos min) |
Modifier and Type | Method and Description |
---|---|
FilledChunk |
call() |
public TaskMiniChunkFiller(net.minecraft.world.World world, net.minecraft.util.math.BlockPos min)
public FilledChunk call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<FilledChunk>
java.lang.Exception