public class ChunkGenWorker extends java.lang.Object implements WorldWorkerManager.IWorker
Modifier and Type | Field and Description |
---|---|
protected BlockPos |
start |
protected int |
total |
Constructor and Description |
---|
ChunkGenWorker(CommandSource listener,
BlockPos start,
int total,
DimensionType dim,
int interval) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Queue<BlockPos> |
buildQueue() |
boolean |
doWork()
Perform a task, returning true from this will have the manager call this function again this tick if there is time left.
|
TextComponent |
getStartMessage(CommandSource sender) |
boolean |
hasWork() |
protected final BlockPos start
protected final int total
public ChunkGenWorker(CommandSource listener, BlockPos start, int total, DimensionType dim, int interval)
protected java.util.Queue<BlockPos> buildQueue()
public TextComponent getStartMessage(CommandSource sender)
public boolean hasWork()
hasWork
in interface WorldWorkerManager.IWorker
public boolean doWork()
WorldWorkerManager.IWorker
doWork
in interface WorldWorkerManager.IWorker