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(ICommandSender listener,
BlockPos start,
int total,
int 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.
|
TextComponentTranslation |
getStartMessage()
Deprecated.
|
TextComponentBase |
getStartMessage(ICommandSender sender) |
boolean |
hasWork() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitworkprotected final BlockPos start
protected final int total
public ChunkGenWorker(ICommandSender listener, BlockPos start, int total, int dim, int interval)
protected java.util.Queue<BlockPos> buildQueue()
@Deprecated public TextComponentTranslation getStartMessage()
public TextComponentBase getStartMessage(ICommandSender sender)
public boolean hasWork()
hasWork in interface WorldWorkerManager.IWorkerpublic boolean doWork()
WorldWorkerManager.IWorkerdoWork in interface WorldWorkerManager.IWorker